diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..0502a0a397 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] Summary of item" +labels: bug +assignees: '' + +--- + + + +**Describe the bug** + + + + +**Steps To Reproduce** + + + + +**Expected behavior** + + + + +**Screenshots** + + + + +**Environment** + +- OS: +- Version +- Device: + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..7290c08c17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** + + + + +**Describe the solution you'd like** + + + + +**Describe alternatives you've considered** + + + + +**Describe suggestions on how to achieve the feature** + + + + +**Additional context** +