From fff2f62ec19964bd6f3ce05e20752bd8c07eb127 Mon Sep 17 00:00:00 2001 From: Hari Chalise Date: Mon, 20 Jan 2025 20:51:44 +0545 Subject: [PATCH] Adding system info suggested by @jeevithakannan2 --- .github/ISSUE_TEMPLATE/bug-reports.yml | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-reports.yml b/.github/ISSUE_TEMPLATE/bug-reports.yml index 28e616bf..13a069f1 100644 --- a/.github/ISSUE_TEMPLATE/bug-reports.yml +++ b/.github/ISSUE_TEMPLATE/bug-reports.yml @@ -8,6 +8,68 @@ body: attributes: value: | Thank you for helping us improve! Please provide as much detail as possible to ensure we can address the issue effectively. + - type: dropdown + id: distribution + attributes: + label: Distribution + description: Select the Linux distribution you are using. + options: + - Arch + - Ubuntu + - Fedora + - Debian + - Other + placeholder: Select your distribution + validations: + required: true + - type: dropdown + id: de-wm + attributes: + label: Desktop Environment / Window Manager + description: Select your desktop environment or window manager. + options: + - GNOME + - KDE Plasma + - XFCE + - Hyprland + - i3 + - Other + placeholder: Select your DE/WM + validations: + required: true + - type: dropdown + id: windowing-system + attributes: + label: Windowing System + description: Specify whether you are using X11 or Wayland. + options: + - X11 + - Wayland + - Other + placeholder: Select your windowing system + validations: + required: true + - type: input + id: linutil-version + attributes: + label: Linutil Version + description: Provide the version of Linutil (found at the top of the list in the application or by running `linutil --version`). + placeholder: e.g., 1.2.3 + validations: + required: true + - type: dropdown + id: branch + attributes: + label: Branch + description: Specify the branch of the project you are using. + options: + - stable + - prerelease + - master + - other + placeholder: Select your branch + validations: + required: true - type: textarea id: describe-bug attributes: