Skip to content

Commit 782dd6c

Browse files
docs: use new labels in ISSUE_TEMPLATE's
1 parent c83b62c commit 782dd6c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Create a bug report for WAAS
3-
labels: ['bug']
3+
labels: ["type/bug"]
44
body:
55
- type: textarea
66
attributes:
@@ -13,12 +13,12 @@ body:
1313
label: Which area(s) of the code does the issue occur in?
1414
multiple: true
1515
options:
16-
- 'Website'
17-
- 'Worker'
18-
- 'Api'
19-
- 'Mailer'
20-
- 'Webhook'
21-
- 'Other'
16+
- "Website"
17+
- "Worker"
18+
- "Api"
19+
- "Mailer"
20+
- "Webhook"
21+
- "Other"
2222
- type: textarea
2323
attributes:
2424
label: To Reproduce

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Create a feature request for WAAS
3-
labels: ['enhancement']
3+
labels: ["type/feature"]
44
body:
55
- type: textarea
66
attributes:

0 commit comments

Comments
 (0)