diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 95277fd82..359590b3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve +about: You found a bug or encountered a crash? Please report it here. --- @@ -8,7 +8,6 @@ about: Create a report to help us improve **Describe the bug** - **To Reproduce** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..89d545342 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: A feature request or suggestion to improve Applied Energistics 2 + +--- + + + +**Describe the feature** + + +**Reasons why it should be considered** + + +**Additional Context** + + \ No newline at end of file