mirror of
https://github.com/aclist/dztui.git
synced 2025-04-07 21:13:01 +02:00
Update bug_report.yml
This commit is contained in:
parent
1ab9634069
commit
271c3e6197
1 changed files with 4 additions and 4 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,10 +8,10 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: Description of the bug?
|
label: Describe the bug
|
||||||
description: What did you expect to happen?
|
description: What did you expect to happen?
|
||||||
placeholder: Add detailed bug description here
|
placeholder: E.g., When doing X, Y occurred.
|
||||||
value: "When doing X, Y occurred. Include as much detail as possible."
|
value: ""
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -30,10 +30,10 @@ body:
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
label: Device type
|
label: Device type
|
||||||
multiple: true
|
|
||||||
options:
|
options:
|
||||||
- Desktop PC
|
- Desktop PC
|
||||||
- Steam Deck
|
- Steam Deck
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
Loading…
Reference in a new issue