mirror of
https://github.com/aclist/dztui.git
synced 2025-04-10 22:33:02 +02:00
Update bug_report.yml
This commit is contained in:
parent
406554e011
commit
8666b0055a
1 changed files with 6 additions and 9 deletions
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Bug report (TEST)
|
name: Bug report
|
||||||
description: Submit bugs that affect functionality here
|
description: Submit bugs that affect functionality here
|
||||||
title: "[BUG]: "
|
title: "[BUG]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
@ -34,22 +34,19 @@ body:
|
||||||
options:
|
options:
|
||||||
- Desktop PC
|
- Desktop PC
|
||||||
- Steam Deck
|
- Steam Deck
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: distro
|
id: distro
|
||||||
attributes:
|
attributes:
|
||||||
label: Linux distribution
|
label: Linux distribution
|
||||||
options:
|
validations:
|
||||||
- Desktop PC
|
required: true
|
||||||
- Steam Deck
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
placeholder: "Arch Linux"
|
placeholder: "Arch Linux"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional log output
|
label: Additional log output
|
||||||
Tip: You can attach log files by clicking this area to highlight it and then dragging files in.
|
description: You can attach log files by clicking this area to highlight it and then dragging files in.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue