Skip to content

Commit bc14251

Browse files
authored
chore(issue-templates): Remove needs-triage label from issue templates (#821)
1 parent ffb97b0 commit bc14251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐛 Bug Report
22
description: If something isn't working as expected 🤔
33
title: "bug: <title>"
4-
labels: [bug, needs-triage]
4+
labels: [bug]
55
body:
66
- type: checkboxes
77
attributes:
@@ -44,7 +44,7 @@ body:
4444
Add any other context the bug, such as links to related PRs or issues
4545
validations:
4646
required: false
47-
47+
4848
- type: checkboxes
4949
attributes:
5050
label: Pull request (optional)

0 commit comments

Comments
 (0)