We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83b62c commit 782dd6cCopy full SHA for 782dd6c
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,6 +1,6 @@
1
name: Bug Report
2
description: Create a bug report for WAAS
3
-labels: ['bug']
+labels: ["type/bug"]
4
body:
5
- type: textarea
6
attributes:
@@ -13,12 +13,12 @@ body:
13
label: Which area(s) of the code does the issue occur in?
14
multiple: true
15
options:
16
- - 'Website'
17
- - 'Worker'
18
- - 'Api'
19
- - 'Mailer'
20
- - 'Webhook'
21
- - 'Other'
+ - "Website"
+ - "Worker"
+ - "Api"
+ - "Mailer"
+ - "Webhook"
+ - "Other"
22
23
24
label: To Reproduce
.github/ISSUE_TEMPLATE/feature.yml
name: Feature Request
description: Create a feature request for WAAS
-labels: ['enhancement']
+labels: ["type/feature"]
0 commit comments