Skip to content

Commit

Permalink
Fix version select in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD authored Nov 12, 2024
1 parent 58d6b8d commit aadbec3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body:
label: Minecraft version
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.
options:
- "1.20.1"
- "1.21.1"
- "1.20.1 (LTS)"
default: 0
validations:
required: true
Expand Down Expand Up @@ -64,4 +65,4 @@ body:
id: context
attributes:
label: Additional context
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."
description: "Add any other context about the problem here, such as your current environment or other mods that might be causing this bug."

0 comments on commit aadbec3

Please sign in to comment.