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
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -37,3 +37,9 @@ body:
|
||||||
description: "If applicable, provide additional context or screenshots here."
|
description: "If applicable, provide additional context or screenshots here."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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