Add bug report template

This commit is contained in:
Shawn Wallace 2025-03-12 01:24:12 -04:00
parent a33372f61d
commit fb91b57f89

36
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View file

@ -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