Skip to content

Commit

Permalink
Added 'needs triage' label
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 2, 2024
1 parent a48e3a1 commit 0ed7f76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Report a bug to help us improve
title: "[BUG] - "
labels: "type: bug"
labels: "needs triage"
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Submit a feature request
title: "[FR] - "
labels: "type: enhancement"
labels: ["type: enhancement", "needs triage"]
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/performance_issue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Report a bug to help us improve
title: "[PERF] - "
labels: Pioneer, performance
labels: Pioneer, performance, needs triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user-facing-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: User facing feature
about: For internal use only; Open a user-facing feature tracking file
title: "[FEATURE] - "
labels: ["type: internal-feature", "user type: internal"]
labels: ["type: internal-feature", "user type: internal", "needs triage"]
assignees: ''

---
Expand Down

0 comments on commit 0ed7f76

Please sign in to comment.