Skip to content

Commit

Permalink
Add needs triage label to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- authored Dec 13, 2022
1 parent 3021be7 commit 02d8457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "<Please write what didn't work for you here>"
labels: ["bug"]
labels: ["bug", "needs triage"]
body:
- type: checkboxes
id: read-troubleshooting-guide
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
labels: ["enhancement", "needs triage"]
title: ''
assignees: ''
---
Expand Down

0 comments on commit 02d8457

Please sign in to comment.