From dfb89d7e406de9d2304f4ec6567f084a26c34757 Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:46:30 -0500 Subject: [PATCH] finally finish issue templates --- .github/ISSUE_TEMPLATE/{bug_report.md => BUG-REPORT.yml} | 5 +++-- .../{feature_request.md => FEATURE-REQUEST.yml} | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => BUG-REPORT.yml} (90%) rename .github/ISSUE_TEMPLATE/{feature_request.md => FEATURE-REQUEST.yml} (88%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/BUG-REPORT.yml index b888949..5600bec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -5,7 +5,7 @@ body: - type: checkboxes attributes: label: Have you searched the wiki and looked for existing issues for this? - description: Check the wiki first in case this is a common issue. If it isn't make sure that no one else has reported it yet. + description: Check the wiki first in case this is a common issue. If it isn't make sure that [no one else has reported it](https://github.com/Jack1424/RealTimeWeather/issues?q=is%3Aissue+label%3Abug+). options: - label: This is not a common issue or cannot be fixed by the solutions provided required: true @@ -34,6 +34,7 @@ body: - Bukkit - Paper - Spigot + - Purpur - Other validations: required: true @@ -42,7 +43,7 @@ body: attributes: label: Minecraft version description: What version of Minecraft is your server running? - placeholder: Example: 1.19.2 + placeholder: 'Example: 1.19.3' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml similarity index 88% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 305f055..aeb90dd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -7,7 +7,7 @@ body: label: Is there already a request similar to this? description: Check the [other feature requests](https://github.com/Jack1424/RealTimeWeather/issues?q=label%3Aenhancement+) and ensure that this hasn't been requested yet options: - - label: There are and have not been any feature requests similar to this + - label: There are and have never been any feature requests similar to this required: true - type: textarea