mirror of
https://github.com/aclist/dztui.git
synced 2025-04-11 23:03:00 +02:00
Update bug_report.yml
This commit is contained in:
parent
830318d98e
commit
59c58a1df5
1 changed files with 9 additions and 9 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -5,15 +5,7 @@ labels: ["bug"]
|
||||||
assignees:
|
assignees:
|
||||||
- aclist
|
- aclist
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: what-happened
|
|
||||||
attributes:
|
|
||||||
label: Describe the bug
|
|
||||||
description: What did you expect to happen?
|
|
||||||
placeholder: E.g., When doing X, Y occurred.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
|
@ -42,6 +34,14 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
placeholder: "Arch Linux"
|
placeholder: "Arch Linux"
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: Describe the bug
|
||||||
|
description: What did you expect to happen?
|
||||||
|
placeholder: E.g., When doing X, Y occurred. Include as much detail as possible.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue