From c5247a15c70265821998b540dcc4fb2eef74a661 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 12 Oct 2024 10:21:10 -0400 Subject: [PATCH] chore: add note about known wayland issues in bug_template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 887b09a0f..b945830d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,12 +54,22 @@ body: options: - label: Windows - label: macOS - - label: Linux + - label: Linux (X11) + - label: Linux (Wayland) - label: BSD-derived - label: Other validations: required: true + - type: checkboxes + id: linux-wayland + attributes: + label: Wayland on Linux + description: If you using Wayland on Linux, please review the [known issues](https://github.com/deskflow/deskflow/discussions/7499) before reporting. + options: + - label: I have reviewed the Wayland known issues and my issue is new + - label: I am not using Wayland on Linux + - type: textarea id: os-version attributes: