From c038b889048878944a4e19ab28a152fbf3e0a29f Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Thu, 2 Jan 2020 21:16:16 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 9 +++++++-- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a469475..d8843bf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: Bug report about: Report bugs or scary stacktraces (the big scary red lines that say SomethingException) title: '' -labels: '' +labels: Unverified Bug assignees: '' --- @@ -25,7 +25,6 @@ ___This can be found by running `/version` and `/version GriefPrevention` on you Paste of `/version`: Paste of `/version GriefPrevention`: - ### Stack trace/error or server log ``` @@ -42,4 +41,10 @@ Paste the config.yml right here inside these backticks. Please do not use a past ``` +### Resolutions attempted +> Replace the `- [ ]` with a `- [x]` if the statement is true + +- [ ] Issue still occurs even if GriefPrevention is the only plugin running +- [ ] Issue still occurs even after testing on a new server + ### Plugin list (if applicable): diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 945f10a..473776a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: Feature enhancement or request about: Improvements or ideas for GriefPrevention title: Name of feature goes here. No brackets, please. -labels: Add-on suggestion +labels: Add-on Suggestion assignees: '' ---