From f36c1bd82df486c0f930b45644dc21bf89229b44 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Tue, 22 Mar 2022 10:59:50 +0100 Subject: [PATCH] Added bug and feature templates for the issues --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e5c66f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: 🐞 Bug report +about: Create a bug report to help us improve this project +title: '' +labels: 'bug' +assignees: '' + +--- + +## Basic info + +* **Library Version:** +* **Branch/commit:** +* **OS:** +* **Rust Version:** +* **Other:** + +## Expected Behavior + +The library does X + +## Actual Behavior + +The library does Y + +## Steps to Reproduce + +* Do X +* Do Y +* Do Z + +## Log tracebacks and/or errors shown + +```txt +Log here +``` + +## (Optional) Extra info + +None diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..77b8e2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: 🛠️ Feature request +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + +## Description + +As a X, I want to Y, so Z. + +## Acceptance Criteria + +* Criteria 1 +* Criteria 2 + +## Checklist + +* [ ] Element 1 +* [ ] Element 2 + +## (Optional) Extra info + +None