Add bug report template
This commit is contained in:
parent
a33372f61d
commit
fb91b57f89
1 changed files with 36 additions and 0 deletions
36
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue