Skip to content

Commit

Permalink
Merge pull request #5805 from IntersectMBO/coot/needs-triage
Browse files Browse the repository at this point in the history
Added 'needs triage' label
  • Loading branch information
coot authored Jul 5, 2024
2 parents 2820a63 + 345826f commit 8b48613
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 8b48613

Please sign in to comment.