add triage label to new issues [skip ci] (#9158)

This commit is contained in:
Daniel Tschinder 2018-12-12 10:23:54 -08:00 committed by GitHub
parent 0514a9f903
commit d2dc28ed2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
name: "\U0001F41B Bug Report"
about: "If something isn't working as expected \U0001F914."
title: ''
labels: 'i: bug'
labels: 'i: bug, i: needs triage'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: "\U0001F680 Feature Request"
about: "I have a suggestion (and may want to implement it \U0001F642)!"
title: ''
labels: 'i: enhancement'
labels: 'i: enhancement, i: needs triage'
assignees: ''
---

View File

@ -3,7 +3,7 @@ name: "\U0001F4A5 v7 Regression"
about: Report an unexpected behavior in v7 from v6 (Check the upgrade guide first
✌️)
title: ''
labels: 'i: bug, 7.x: regression'
labels: 'i: bug, 7.x: regression, i: needs triage'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: "\U0001F917 Support Question"
about: "If you have a question \U0001F4AC, please check out our Slack or StackOverflow!"
title: ''
labels: 'i: question'
labels: 'i: question, i: needs triage'
assignees: ''
---