From 0a13e9003456adc61a19cd298ecc6ab5794b79bc Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sat, 15 Jun 2024 11:44:40 +1000 Subject: [PATCH] Issue template version bump --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/2-crash_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-feature_request.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 412e821..7ba8fbc 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -1,11 +1,11 @@ -name: 1.20.6+ Bug Report +name: 1.21+ Bug Report description: File a bug report labels: [bug] body: - type: markdown attributes: value: | - For bugs experienced with Minecraft 1.20.4+. Older versions are not supported. + For bugs experienced with Minecraft 1.21+. Older versions are not supported. If any section does not apply, replace its content with "N/A". Please search for existing bug reports before making your own report. diff --git a/.github/ISSUE_TEMPLATE/2-crash_report.yml b/.github/ISSUE_TEMPLATE/2-crash_report.yml index 8b1c84a..2a19560 100644 --- a/.github/ISSUE_TEMPLATE/2-crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2-crash_report.yml @@ -1,11 +1,11 @@ -name: 1.20.6+ Crash Report +name: 1.21+ Crash Report description: File a crash report labels: [crash] body: - type: markdown attributes: value: | - For crashes experienced with Minecraft 1.20.4+. Older versions are not supported. + For crashes experienced with Minecraft 1.21+. Older versions are not supported. If any section does not apply, replace its content with "N/A". Please search for existing crash reports before making your own report. diff --git a/.github/ISSUE_TEMPLATE/3-feature_request.yml b/.github/ISSUE_TEMPLATE/3-feature_request.yml index 0284936..8181bfa 100644 --- a/.github/ISSUE_TEMPLATE/3-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/3-feature_request.yml @@ -1,11 +1,11 @@ -name: 1.20.6+ Feature Request +name: 1.21+ Feature Request description: Request a new feature labels: [feature] body: - type: markdown attributes: value: | - Feature requests for Minecraft 1.20.4+. Older versions are not supported. + Feature requests for Minecraft 1.21+. Older versions are not supported. If any section does not apply, replace its contents with "N/A". Please search for existing feature requests before you make your own request.