Add label for issue templates
This commit is contained in:
parent
ff992d0489
commit
a56a6f6c9a
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: 🐞 Bug report
|
name: 🐞 Bug report
|
||||||
description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
|
description: Thanks for taking the time to fill out this bug report! Please fill the form in **English**
|
||||||
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: desc
|
id: desc
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: 🛠️ Feature request
|
name: 🛠️ Feature request
|
||||||
description: Suggest an idea for RustDesk
|
description: Suggest an idea for RustDesk
|
||||||
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: desc
|
id: desc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user