From bae253bb292d80cab40dcd6705cd89da11ac543c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:08:03 -0400 Subject: [PATCH] chore(bug-template): Include OS, WM, and DE --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 88abb08..360fd07 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -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: