1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 20:13:00 +02:00
dztui/.github/ISSUE_TEMPLATE/bug_report.yml
2025-01-06 19:53:52 +09:00

52 lines
1.2 KiB
YAML

name: Bug report
description: Submit bugs that affect functionality here
title: "[BUG]: "
labels: ["bug"]
assignees:
- aclist
body:
- type: textarea
id: what-happened
attributes:
label: Description of the bug?
description: What did you expect to happen?
placeholder: Add detailed bug description here
value: "When doing X, Y occurred. Include as much detail as possible."
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: DZGUI version
options:
- 5.5.0 (stable)
- 5.6.0 (testing)
- Version prior to 5.5.0
default: 0
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: Device type
multiple: true
options:
- Desktop PC
- Steam Deck
validations:
required: true
- type: input
id: distro
attributes:
label: Linux distribution
validations:
required: true
placeholder: "Arch Linux"
- type: textarea
id: logs
attributes:
label: Additional log output
description: You can attach log files by clicking this area to highlight it and then dragging files in.
validations:
required: false