Merge pull request #689 from cloudskiff/chore/issueTemplates
Add need-triage label to new issuesmain
commit
95d2a88cff
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Report errors and problems
|
||||
labels: kind/bug
|
||||
labels: kind/bug, need-triage
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: 🚀 Feature
|
||||
about: RFC and ideas for new features and improvements
|
||||
labels: kind/enhancement
|
||||
labels: kind/enhancement, need-triage
|
||||
|
||||
---
|
||||
|
||||
|
@ -10,4 +10,4 @@ labels: kind/enhancement
|
|||
|
||||
**Example**
|
||||
<!-- A simple example of the new feature in action
|
||||
If the new feature changes an existing feature, include a simple before/after comparison. -->
|
||||
If the new feature changes an existing feature, include a simple before/after comparison. -->
|
||||
|
|
Loading…
Reference in New Issue