Add labels to issue templates

Make use of https://blog.github.com/changelog/2018-12-05-issue-template-automation-improvements/
This commit is contained in:
Dale Wijnand 2018-12-19 12:03:20 +00:00
parent 451f97ea0e
commit d52b3f8faf
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
labels: C-bug
---
<!-- Thanks for filing a 🐛 bug report 😄! -->

View File

@ -1,6 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: C-feature-request
---
<!-- Thanks for filing a 🙋 feature request 😄! -->