Skip to content

Commit

Permalink
Add platform section to bug-report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar authored Oct 11, 2024
1 parent 8de378d commit 26ff08f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug report
name: Bug report
description: Report a bug you have encountered
title: "[BUG] "
labels: bug
Expand Down Expand Up @@ -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

0 comments on commit 26ff08f

Please sign in to comment.