diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-03 00:48:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 00:48:41 -0400 |
commit | 39f5ba27a63ab9176760ff61381a0cdd9aca4a40 (patch) | |
tree | a02bfbb64977effcde5a28b14ae717dfb890dfe2 /.github/ISSUE_TEMPLATE/crash_report.yml | |
parent | 5bb91104d3275283d7479f0b35c1b18be470d632 (diff) | |
download | Skyblocker-39f5ba27a63ab9176760ff61381a0cdd9aca4a40.tar.gz Skyblocker-39f5ba27a63ab9176760ff61381a0cdd9aca4a40.tar.bz2 Skyblocker-39f5ba27a63ab9176760ff61381a0cdd9aca4a40.zip |
YAML tax
Diffstat (limited to '.github/ISSUE_TEMPLATE/crash_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index ae477210..f35e0be9 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -16,9 +16,9 @@ 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.20.2 - - 1.20.1 - - 1.20 + - "1.20.2" + - "1.20.1" + - "1.20" validations: required: true - type: input @@ -79,4 +79,4 @@ body: label: Additional context description: Provide any additional information or context which may be relevant to the issue. This is optional validations: - required: false
\ No newline at end of file + required: false |