Skip to content

Commit

Permalink
Add "needs-triage" keyword to templates (#260)
Browse files Browse the repository at this point in the history
This will get new issues automaticallly added to the triage board so I
can stop doing it manually.
  • Loading branch information
llvm-beanz authored Jun 14, 2024
1 parent b4e5d9e commit 4be663b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: Suggest an idea for this project
title: ''
labels: ''
labels: ['enhancement', 'needs-triage']
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Proposal Follow-up
about: Follow-up issue for a proposal
title: ''
labels: 'active proposal'
labels: ['active proposal', 'needs-triage']
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Spec
about: Highlight a problem with a published spec or accepted proposal
title: ''
labels: 'spec'
labels: ['spec', 'needs-triage']
assignees: ''

---
Expand Down

0 comments on commit 4be663b

Please sign in to comment.