chore: add note about known wayland issues in bug_template
This commit is contained in:
committed by
Chris Rizzitello
parent
c03e3f56a7
commit
c5247a15c7
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user