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: