From 97d991fe1931ba86e05e16898e9c947698bd5030 Mon Sep 17 00:00:00 2001 From: gIsForGravity <37271917+gIsForGravity@users.noreply.github.com> Date: Mon, 3 Aug 2020 19:00:20 -0400 Subject: [PATCH] Update issue templates (#38) * Create feature request issue template Thought we might need more issue templates, especially if you get an influx of new users and new issues from the r/admincraft post. Feature request doesn't add much default text, but it does add [Enhancement] to the title and adds the enhancement tag, and that's probably all we need for feature requests. * Rename feature_request to feature_request.md oops * Automatically assign tr7zw to bugs --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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 935bf5fc..901df2fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ about: Report a bug title: "[Bug]" labels: bug -assignees: '' +assignees: 'tr7zw' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cc0b5f8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest a feature or enhancement +title: "[Enhancement]" +labels: enhancement +assignees: '' + +--- + +**Describe the feature (Make sure it is not an API Change, Yatopia does not accept those) and be specific.**