rustdesk/.github/ISSUE_TEMPLATE/bug_report.yaml

56 lines
1.8 KiB
YAML
Raw Normal View History

2023-02-07 17:23:09 +08:00
name: 🐞 Bug report
2023-02-07 17:15:01 +08:00
description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
2023-03-06 01:59:14 +08:00
labels: ["bug"]
body:
2023-02-07 16:41:33 +08:00
- type: textarea
id: desc
attributes:
label: Bug Description
2023-03-10 08:02:59 +08:00
description: A clear and concise description of what the bug is (if it's a keyboard issue, provide the keyboard mode you're using. e.g. legacy, map, translate)
2023-02-07 16:41:33 +08:00
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to Reproduce
description: What steps can we take to reproduce this behavior?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen
validations:
required: true
- type: input
id: os
attributes:
2024-11-16 16:26:26 +08:00
label: Operating system(s) on local (controlling) side and remote (controlled) side
2024-10-29 15:33:12 +08:00
description: What operating system(s) do you see this bug on? local (controlling) side -> remote (controlled) side.
placeholder: |
Windows 10 -> osx
validations:
required: true
2023-02-07 16:41:33 +08:00
- type: input
id: version
attributes:
2024-11-16 16:26:26 +08:00
label: RustDesk Version(s) on local (controlling) side and remote (controlled) side
2024-11-16 16:27:51 +08:00
description: What RustDesk version(s) do you see this bug on? local (controlling) side -> remote (controlled) side.
2023-02-07 17:15:01 +08:00
placeholder: |
1.1.9 -> 1.1.8
2023-02-07 16:41:33 +08:00
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
2023-02-21 10:42:03 +08:00
description: Please add screenshots to help explain your problem, if applicable, please upload video.
validations:
required: true
2023-02-07 16:41:33 +08:00
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any additonal context about the problem here