Skip to content

Commit

Permalink
fix issue_template (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeIsAParadox committed Oct 17, 2023
1 parent bf10b5a commit e5679e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
options:
- 1.20.2
- 1.20.1
- 1.20.0
- 1.20
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
options:
- 1.20.2
- 1.20.1
- 1.20.0
- 1.20
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Ask for new feature
labels: [enhancement]
labels: [new feature]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit e5679e0

Please sign in to comment.