From c608e6521564cea8e73656a3fddbfb9058079373 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:53:00 -0500 Subject: Remove 1.20.2 from version selection menu in issue templates (#530) * Update bug_report.yml * Update crash_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/crash_report.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a161e102..a5226bb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,7 +36,6 @@ body: description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game. options: - "1.20.4" - - "1.20.2" validations: required: true - type: input @@ -44,7 +43,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.12.0+1.20.1.jar + placeholder: ex. skyblocker-1.17.0+1.20.4.jar validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index f0a9e60e..e29e0950 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -17,7 +17,6 @@ body: description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game. options: - "1.20.4" - - "1.20.2" validations: required: true - type: input @@ -25,7 +24,7 @@ body: attributes: label: Skyblocker Version description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder. - placeholder: ex. skyblocker-1.12.0+1.20.1.jar + placeholder: ex. skyblocker-1.17.0+1.20.4.jar validations: required: true - type: textarea -- cgit