Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordDeatHunter authored Aug 27, 2024
1 parent 7b36443 commit 4f1c2bf
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,17 @@ body:
label: Mod Version
description: "Please select the used version of 'Fabric Waystones'."
options:
- "v3.1.1 or newer"
- "v3.3.3 or newer"
- "v3.3.2"
- "v3.3.1"
- "v3.3.0"
- "v3.2.0"
- "v3.1.3"
- "v3.1.2"
- "v3.1.1"
- "v3.1.0"
- "v3.0.8"
- "v3.0.7 or newer"
- "v3.0.7"
- "v3.0.6"
- "v3.0.5"
- "v3.0.4"
Expand Down Expand Up @@ -93,7 +100,12 @@ body:
label: Minecraft Version
description: "Please select the used version of 'Minecraft'."
options:
- "1.20 or newer"
- "1.21 or newer"
- "1.20.4"
- "1.20.3"
- "1.20.2"
- "1.20.1"
- "1.20"
- "1.19.4"
- "1.19.3"
- "1.19.2"
Expand All @@ -114,9 +126,14 @@ body:
label: Java Version
description: "Please select the used version of 'Java'."
options:
- "Java 18+"
- "Java 22+"
- "Java 21"
- "Java 20"
- "Java 19"
- "Java 18"
- "Java 17"
- "Java 16"
- "Java 8"
- "Other"
validations:
required: true
Expand Down

0 comments on commit 4f1c2bf

Please sign in to comment.