From fb91b57f89133da7b06f7d1745b75a3b9efd19d9 Mon Sep 17 00:00:00 2001 From: Shawn Wallace Date: Wed, 12 Mar 2025 01:24:12 -0400 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..a4f7e93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,36 @@ +name: Bug Report +description: File a bug report +labels: ["bug"] +body: + - type: input + id: os + attributes: + label: Operating System + placeholder: Arch Linux, Ubuntu 24.04, Gentoo, etc + validations: + required: true + - type: input + id: comp + attributes: + label: Wayland Compositor + placeholder: Niri, Hyprland, Sway, etc + validations: + required: true + - type: textarea + id: problem + attributes: + label: Describe the issue. + value: | + **Please attach a log if applicable.** + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce + - type: checkboxes + attributes: + label: Please confirm you have reproduced this on the latest commit. + options: + - label: I have reproduced this on the latest commit + required: true