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 b1550e4 commit 0e2595cCopy full SHA for 0e2595c
.github/ISSUE_TEMPLATE/bug.yml
@@ -5,7 +5,9 @@ name: Report something is not working properly 🐛
5
description:
6
Use this if there is something that is not working properly. If you are not
7
sure or you need help making something work, please ask a question instead.
8
-labels: [ priority:❓, type:bug ]
+labels:
9
+ - "priority:❓"
10
+ - "type:bug"
11
body:
12
- type: markdown
13
attributes:
.github/ISSUE_TEMPLATE/feature.yml
@@ -3,7 +3,10 @@
3
4
name: Request a feature or enhancement ✨
description: Use this if something is missing or could be done better or more easily.
-labels: [ part:❓, priority:❓, type:enhancement ]
+ - "part:❓"
+ - "type:enhancement"
0 commit comments