Skip to content

Commit 1ba907b

Browse files
authored
feat: add default T-needs-triage label to default feature / bug form (#8612)
* add T-needs-triage labels * fix regression
1 parent 57c621d commit 1ba907b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/BUG-FORM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: File a bug report
3-
labels: ["T-bug"]
3+
labels: ["T-bug", "T-needs-triage"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/FEATURE-FORM.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: Suggest a feature
3-
labels: ["T-feature"]
3+
labels: ["T-feature", "T-needs-triage"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)