mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Update bug_report.yml
This commit is contained in:
parent
59c58a1df5
commit
602a7b8edc
1 changed files with 3 additions and 4 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -5,7 +5,7 @@ labels: ["bug"]
|
||||||
assignees:
|
assignees:
|
||||||
- aclist
|
- aclist
|
||||||
body:
|
body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
|
@ -24,7 +24,6 @@ body:
|
||||||
options:
|
options:
|
||||||
- Desktop PC
|
- Desktop PC
|
||||||
- Steam Deck
|
- Steam Deck
|
||||||
default: 0
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -37,9 +36,9 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Description of the bug?
|
||||||
description: What did you expect to happen?
|
description: What did you expect to happen?
|
||||||
placeholder: E.g., When doing X, Y occurred. Include as much detail as possible.
|
placeholder: "When doing X, Y occurred. Include as much detail as possible."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in a new issue