Skip to content

Commit

Permalink
chore: Update automatic labels in issue templates
Browse files Browse the repository at this point in the history
Issue templates can set labels automatically on new issues.  We
already did this for questions, but not for bugs or features.

Now the label name for questions has changed, and needed to be
updated.  Also, for our new triage process, it is helpful to set bug
and enhancement labels automatically.

Change-Id: I28f79f0b5984709b117965c692e1e3aa774abb31
  • Loading branch information
joeyparrish committed Sep 28, 2021
1 parent c55ce6c commit 5969f6f
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_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: ''
labels: ''
labels: 'type: bug'
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: Suggest an idea for this project
title: ''
labels: ''
labels: 'type: enhancement'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Question
about: An open-ended question or discussion about Shaka Player, but not a bug report
or feature request
title: ''
labels: question
labels: 'type: question'
assignees: ''

---
Expand Down

0 comments on commit 5969f6f

Please sign in to comment.