From 76f36aa8954ba64c1cee0b8e8dd74b26d8b3f281 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Sat, 29 Aug 2020 12:21:22 -0400 Subject: [PATCH] [CI-SKIP] Some issue template updates (#3623) Co-authored-by: MD <1917406+md678685@users.noreply.github.com> * Forces use of issue templates * Auto-labels issue templates * Links to discord in the issue-create matrix as a better form of troubleshooting --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/help.md | 1 + .github/ISSUE_TEMPLATE/report-a-bug.md | 1 + .github/ISSUE_TEMPLATE/request-a-feature.md | 1 + 4 files changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..b2bce892e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: MOSS Discord Server + url: https://discord.gg/casfFyh + about: Need help with using EssentialsX? Join the MOSS Discord server for help. diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 4d6afa037..aebf29f9b 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -1,6 +1,7 @@ --- name: Help! about: Encountered a problem with EssentialsX? Not sure how to fix it? +labels: 'type: question' --- diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index e3b382729..b6b22c2c2 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -1,6 +1,7 @@ --- name: Report a bug about: Report an EssentialsX bug. Only use this if you're 100% sure there's something wrong with EssentialsX - otherwise, try "Help!". +labels: 'bug: unconfirmed' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 8adc6dd90..cca0755e6 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -1,6 +1,7 @@ --- name: Request a feature about: Suggest a feature you want to see in EssentialsX! +labels: 'type: enhancement' ---