Add platform section to bug-report issue template
This commit is contained in:
parent
8de378dc10
commit
26ff08f9ad
1 changed files with 7 additions and 1 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue