mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-23 05:54:20 +02:00
chore(bug-template): Include OS, WM, and DE
This commit is contained in:
parent
c4abc241e7
commit
bae253bb29
1 changed files with 25 additions and 1 deletions
26
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
26
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue