mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 11:33:01 +02:00
Update bug_report.yml
This commit is contained in:
parent
05f88b6019
commit
a333571f94
1 changed files with 9 additions and 13 deletions
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -6,26 +6,22 @@ assignees:
|
||||||
- aclist
|
- aclist
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: device
|
||||||
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:
|
attributes:
|
||||||
label: Device type
|
label: Device type
|
||||||
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