From a19959cea468469c56feac014571509d327a340e Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Wed, 29 Jun 2022 19:22:25 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE.md | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fc064bd6..bc730002 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,6 +2,7 @@ _Follow this template except for feature requests. Use pastebin when providing / Make sure you've done the following: - [ ] You're using the latest build for your server version +- [ ] This isn't fixed in a recent development build - [ ] This isn't an issue caused by another plugin - [ ] You've checked for duplicate issues - [ ] You didn't use `/reload` diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7459cfb0..402110c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +[ ] This issue is not solved in a development build + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..33065eff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- +[ ] This feature is not currently present in a development build + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]