Merge pull request #689 from cloudskiff/chore/issueTemplates

Add need-triage label to new issues
main
Elie 2021-06-23 11:08:17 +02:00 committed by GitHub
commit 95d2a88cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
name: 🐛 Bug Report name: 🐛 Bug Report
about: Report errors and problems about: Report errors and problems
labels: kind/bug labels: kind/bug, need-triage
--- ---

View File

@ -1,7 +1,7 @@
--- ---
name: 🚀 Feature name: 🚀 Feature
about: RFC and ideas for new features and improvements about: RFC and ideas for new features and improvements
labels: kind/enhancement labels: kind/enhancement, need-triage
--- ---