mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +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:
|
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.
|
- 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
|
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
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -31,8 +19,16 @@ body:
|
||||||
options:
|
options:
|
||||||
- Desktop PC
|
- Desktop PC
|
||||||
- Steam Deck
|
- Steam Deck
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: DZGUI version
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
placeholder: "5.6.0"
|
||||||
- type: input
|
- type: input
|
||||||
id: distro
|
id: distro
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue