From 58d005fb027e3707bda6fcfac10aaa15404e97d9 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 3 May 2026 21:20:37 +0300 Subject: [PATCH] templates: better bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 85a0666a..0578e8a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -63,6 +63,7 @@ body: id: itsrevela attributes: label: Is this reproducable in itsRevela/LCE-Revelations? (https://github.com/itsRevela/LCE-Revelations) + description: If this was a "no idea" or similar, it will be rejected. validations: required: true @@ -76,6 +77,41 @@ body: validations: required: true + - type: checkboxes + id: screenres + attributes: + label: Screen Resolution(s) + options: + - label: 1080p + - label: 720p + - label: 480p + validations: + required: true + + - type: checkboxes + id: operatingsys + attributes: + label: Operating System(s) + options: + - label: Windows 11 + - label: Windows 10 + - label: Windows 8.1 (not very supported) + - label: Debian(-based) + - label: Arch(-based) + - label: Gentoo(-based) + validations: + required: true + + - type: input + id: launcher + attributes: + label: Launcher + attributes: + label: Launcher + placeholder: e.g. Emerald Launcher + validations: + required: true + - type: textarea id: additional attributes: