mirror of
https://github.com/aclist/dztui.git
synced 2025-04-03 19:13:00 +02:00
Update feature.yml
This commit is contained in:
parent
0834a86d33
commit
54e0762882
1 changed files with 9 additions and 13 deletions
22
.github/ISSUE_TEMPLATE/feature.yml
vendored
22
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -6,26 +6,22 @@ assignees:
|
|||
- aclist
|
||||
body:
|
||||
- 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
|
||||
id: device
|
||||
attributes:
|
||||
label: Device type
|
||||
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