mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Update trouble.yml
This commit is contained in:
parent
1f31c43fe4
commit
05f88b6019
1 changed files with 8 additions and 12 deletions
20
.github/ISSUE_TEMPLATE/trouble.yml
vendored
20
.github/ISSUE_TEMPLATE/trouble.yml
vendored
|
@ -12,18 +12,6 @@ body:
|
|||
options:
|
||||
- label: I have checked the [Knowledge Base](https://aclist.github.io/dzgui/kb.html) and searched through [past issues](https://github.com/aclist/dztui/issues?q=is%3Aissue+is%3Aclosed) and did not find my issue there.
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: DZGUI version
|
||||
options:
|
||||
- 5.6.x (stable)
|
||||
- 5.7.x (testing)
|
||||
- Version prior to 5.6.0
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
|
@ -31,8 +19,16 @@ body:
|
|||
options:
|
||||
- Desktop PC
|
||||
- Steam Deck
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: DZGUI version
|
||||
validations:
|
||||
required: true
|
||||
placeholder: "5.6.0"
|
||||
- type: input
|
||||
id: distro
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue