Skip to content

Commit

Permalink
Make versions in issue template string to prevent misparsing as numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Jun 19, 2023
1 parent f1a7f3c commit d793c72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ body:
attributes:
label: Which minecraft version are you using?
options:
- 1.20
- 1.19
- 1.18
- 1.17 - UNSUPPORTED
- 1.16 - UNSUPPORTED
- 1.15 - UNSUPPORTED
- 1.12 - UNSUPPORTED
- 1.10 - UNSUPPORTED
- 1.7 - UNSUPPORTED
- "1.20"
- "1.19"
- "1.18"
- "1.17 - UNSUPPORTED"
- "1.16 - UNSUPPORTED"
- "1.15 - UNSUPPORTED"
- "1.12 - UNSUPPORTED"
- "1.10 - UNSUPPORTED"
- "1.7 - UNSUPPORTED"
description: If the version is UNSUPPORTED, it means your issue will be closed immediately, so don't bother! This is because of the developers' limited time.
validations:
required: true
Expand Down
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ body:
attributes:
label: Which minecraft version are you using?
options:
- 1.20
- 1.19
- 1.18
- 1.17 - UNSUPPORTED
- 1.16 - UNSUPPORTED
- 1.15 - UNSUPPORTED
- 1.12 - UNSUPPORTED
- 1.10 - UNSUPPORTED
- 1.7 - UNSUPPORTED
- "1.20"
- "1.19"
- "1.18"
- "1.17 - UNSUPPORTED"
- "1.16 - UNSUPPORTED"
- "1.15 - UNSUPPORTED"
- "1.12 - UNSUPPORTED"
- "1.10 - UNSUPPORTED"
- "1.7 - UNSUPPORTED"
description: If the version is UNSUPPORTED, it means your issue will be closed immediately, so don't bother! This is because of the developers' limited time.
validations:
required: true
Expand Down

0 comments on commit d793c72

Please sign in to comment.