Skip to content

Commit aadbec3

Browse files
authored
Fix version select in bug report template
1 parent 58d6b8d commit aadbec3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ body:
2828
label: Minecraft version
2929
description: What version of Minecraft are you running? Please note that only the versions listed below are supported. If you're running an outdated version, update to receive support.
3030
options:
31-
- "1.20.1"
31+
- "1.21.1"
32+
- "1.20.1 (LTS)"
3233
default: 0
3334
validations:
3435
required: true
@@ -64,4 +65,4 @@ body:
6465
id: context
6566
attributes:
6667
label: Additional context
67-
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."
68+
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."

0 commit comments

Comments
 (0)