mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
opt: issues template
This commit is contained in:
parent
b82df09137
commit
bdbb9ac288
22
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,7 +1,14 @@
|
||||
name: Bug Report
|
||||
description: Create a bug report to help us improve
|
||||
description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
|
||||
title: "[Bug] "
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue related to this already exists.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
@ -23,18 +30,13 @@ body:
|
||||
description: A clear and concise description of what you expected to happen
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: What OS are you seeing this bug on? local side / remote side.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: RustDesk Version(s)
|
||||
description: What version(s) of RustDesk do you see this bug on? local side / remote side.
|
||||
label: Operating System(s) and RustDesk Version(s) on local side and remote side
|
||||
description: What Operatiing System(s) and version(s) of RustDesk do you see this bug on? local side / remote side.
|
||||
placeholder: |
|
||||
Windows 10, 1.1.9 / osx 13.1, 1.1.8
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
20
.github/ISSUE_TEMPLATE/task.yaml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/task.yaml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: 📝 Task
|
||||
description: Create a task for the team to work on
|
||||
title: "[Task]: "
|
||||
labels: [Task]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Please search to see if an issue related to this already exists.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: SubTasks
|
||||
placeholder: |
|
||||
- Sub Task 1
|
||||
- Sub Task 2
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue
Block a user