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