summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2023-01-01 02:08:45 +0100
committerGitHub <noreply@github.com>2023-01-01 02:08:45 +0100
commit39f3bd21b470e5e2a36c6b18fa83aef60f5edc04 (patch)
tree8cf2e0633a873c2f8a83a097baad954d15b7875a
parent88d351a4039cd10078fc677a62afb17cbe9360cd (diff)
update issue template with check
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 966e3039..f7dd7bd7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -88,5 +88,14 @@ body:
label: "Additional information"
validations:
required: false
+ - type: checkbox
+ id: wayland
+ attributes:
+ label: Using wayland display server protocol
+ description: I have checked and confirm that I am not using wayland as display server protocol. See [here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more information.
+ options:
+ - label: No
+ required: true
+