diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-03 00:49:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 00:49:23 -0400 |
commit | a7c5084bce207a497d910b62a87b14d15fdf9cc7 (patch) | |
tree | cca88414adb3c2fe7980800dddd05329d3acaea5 | |
parent | 39f5ba27a63ab9176760ff61381a0cdd9aca4a40 (diff) | |
download | Skyblocker-a7c5084bce207a497d910b62a87b14d15fdf9cc7.tar.gz Skyblocker-a7c5084bce207a497d910b62a87b14d15fdf9cc7.tar.bz2 Skyblocker-a7c5084bce207a497d910b62a87b14d15fdf9cc7.zip |
YAML tax x2
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 72f0fc8c..c357693f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,9 +35,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 @@ -54,4 +54,4 @@ body: label: Additional context description: 'Add any other context about the problem here. If you are proficient at reading log files and think there is an especially relevant section, feel free to paste it in a code block here - that is not required, though.' validations: - required: false
\ No newline at end of file + required: false |