1
0
Fork 0
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:
aclist 2025-01-06 19:53:52 +09:00 committed by GitHub
parent 406554e011
commit 8666b0055a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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