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 0fe69cb commit bdfc707Copy full SHA for bdfc707
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,7 @@
1
name: Bug report
2
description: Create a bug report to help us improve
3
-labels:
+labels:
4
+ - "bug"
5
- "awaiting triage"
6
body:
7
- type: markdown
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,8 +1,9 @@
name: Feature request
description: Suggest an idea to help us improve.
labels:
- - "Type: Feature request"
- - "Status: waiting feedback"
+ - "enhancement"
+ - "low priority"
+ - "awaiting triage"
8
9
attributes:
0 commit comments