diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c66d48c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report 🐛 +about: Report a bug to help us improve +title: "" +labels: "bug" +assignees: "0x61nas" +--- + +**Describe the bug** + + + +**To reproduce** + + + +**Expected behavior** + + + +**Screenshots / Logs** + + + +**Software information** + + + +- Operating system: +- Rust version: +- Project version: + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..dbe5152 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Make a suggestion for the project +title: "" +labels: "enhancement" +assignees: "0x61nas" +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you'd like** + + + +**Describe alternatives you've considered** + + + +**Additional context** + +