chore(bug-template): Include OS, WM, and DE

This commit is contained in:
Ricardo Fernández Serrata 2024-07-10 19:08:03 -04:00 committed by GitHub
commit bae253bb29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ body:
id: what-happened
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
description: A clear and concise description of what the bug is, and how to reproduce it
validations:
required: true
- type: textarea
@ -26,6 +26,30 @@ body:
attributes:
label: You have a solution?
description: What to do to fix the issue.
- type: dropdown
id: os
attributes:
label: Operating System
options:
- Linux
- MacOS
- Windows
validations:
required: true
- type: input
id: wm
attributes:
label: Window Manager
description: Please, fill it if OS is Linux
placeholder: Wayland, xorg, etc...
- type: input
id: de
attributes:
label: Desktop Environment
description: Please, fill it if OS is Linux
placeholder: GNOME 46, KDE Plasma 4, etc...
validations:
required: true
- type: textarea
id: logfiles
attributes: