opt: issues template

This commit is contained in:
rustdesk 2023-02-07 17:15:01 +08:00
parent b82df09137
commit bdbb9ac288
2 changed files with 32 additions and 10 deletions

View File

@ -1,7 +1,14 @@
name: Bug Report 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] " title: "[Bug] "
body: 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 - type: textarea
id: desc id: desc
attributes: attributes:
@ -23,18 +30,13 @@ body:
description: A clear and concise description of what you expected to happen description: A clear and concise description of what you expected to happen
validations: validations:
required: true 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 - type: input
id: version id: version
attributes: attributes:
label: RustDesk Version(s) label: Operating System(s) and RustDesk Version(s) on local side and remote side
description: What version(s) of RustDesk do you see this bug on? local side / 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: validations:
required: true required: true
- type: textarea - type: textarea

20
.github/ISSUE_TEMPLATE/task.yaml vendored Normal file
View 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