From 26ff08f9ad097ebd35f713d0c47c6325f4976ebc Mon Sep 17 00:00:00 2001 From: ElKowar Date: Fri, 11 Oct 2024 15:34:44 +0200 Subject: [PATCH] Add platform section to bug-report issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 275d78969..8279df9f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug report + name: Bug report description: Report a bug you have encountered title: "[BUG] " labels: bug @@ -37,3 +37,9 @@ body: description: "If applicable, provide additional context or screenshots here." validations: required: false + - type: textarea + attributes: + label: "Platform and environment" + description: "Does this happen on wayland, X11, or on both? What WM/Compositor are you using? Which version of eww are you using? (when using a git version, optimally provide the exact commit ref). + validations: + required: true