diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-02-04 12:53:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 12:53:00 -0500 |
commit | c608e6521564cea8e73656a3fddbfb9058079373 (patch) | |
tree | 71f85242653c80c94eca5fe16141684b1b7f1b6e /.github/ISSUE_TEMPLATE/bug_report.yml | |
parent | 9c8af70fe219bfb91ada4776ff928a5857116585 (diff) | |
download | Skyblocker-c608e6521564cea8e73656a3fddbfb9058079373.tar.gz Skyblocker-c608e6521564cea8e73656a3fddbfb9058079373.tar.bz2 Skyblocker-c608e6521564cea8e73656a3fddbfb9058079373.zip |
Remove 1.20.2 from version selection menu in issue templates (#530)
* Update bug_report.yml
* Update crash_report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |