ISSUE_TEMPLATE labels fix
This commit is contained in:
parent
c97a83c359
commit
fdfee8e75d
8 changed files with 11 additions and 8 deletions
3
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/en-01-bug-report.yml
vendored
|
|
@ -1,12 +1,13 @@
|
|||
name: "[EN] Bug report"
|
||||
description: Report a bug where something is not working as expected, which does not crash the game.
|
||||
labels: [ "status: unverified", "type: bug" ]
|
||||
labels: [ "1. type: bug", "2. status: unverified" ]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Are you using the latest available version?
|
||||
description: If not, update.
|
||||
placeholder: "Example: 0.1.1"
|
||||
options:
|
||||
- "Yes"
|
||||
validations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue