chore: add support label whenever new issue is created
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Bug 🐞
|
name: Bug 🐞
|
||||||
description: Report a bug
|
description: Report a bug
|
||||||
labels: [Bug]
|
labels: [support, bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Feature request ✨
|
name: Feature request ✨
|
||||||
description: Suggest an idea or ask for a feature that you would like to have
|
description: Suggest an idea or ask for a feature that you would like to have
|
||||||
labels: [feat-req]
|
labels: [support, feat-req]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user