Skip to content

Commit

Permalink
feat(github): Mark new issues as 'to triage'
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Apr 29, 2024
1 parent 378795c commit bd76214
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/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
about: I want to report a bug that I am facing.
title: ''
labels: 'bug'
labels: ['bug', 'to triage']

---
### Describe the bug
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Enhancement Proposal
about: I want to propose to enhance existing functionality.
title: ''
labels: 'enhancement'
labels: ['enhancement', 'to triage']

---
### What is the existing functionality and how should it be enhanced?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: I want to request a new feature that I find useful.
title: ''
labels: 'new feature'
labels: ['new feature', 'to triage']

---
### What is the feature you want to request?
Expand Down

0 comments on commit bd76214

Please sign in to comment.