From 11f84717729e3758dc6af48cbf6de2b194585b8f Mon Sep 17 00:00:00 2001 From: yueh Date: Mon, 1 Oct 2018 13:12:44 +0200 Subject: [PATCH] Updated issue templates Updated bug report Added feature request --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) 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 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