diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 1 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 66960909..2ed3be51 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: label: Minecraft Version 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.21.0/1.21.1" - "1.21.2/1.21.3" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 12522d5e..799609e1 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -16,6 +16,7 @@ body: label: Minecraft Version 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.21.0/1.21.1" - "1.21.2/1.21.3" validations: required: true |
