Skip to content

Commit 0eddeab

Browse files
authored
chore: add support label to issues
1 parent 742cb84 commit 0eddeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug 🐞
22
description: Report a bug
3-
labels: [Bug]
3+
labels: [Bug,support]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request ✨
22
description: Suggest an idea or ask for a feature that you would like to have
3-
labels: [feat-req]
3+
labels: [feat-req,support]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)