Auto merge of #6464 - dwijnand:add-labels-to-issue-templates, r=Eh2406

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:
bors 2018-12-19 13:02:52 +00:00
commit 2a9f16da7f
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 😄! -->