Use GitHub Issue Templates to assign labels (#53356)

This commit is contained in:
John R Barker 2019-03-05 19:45:22 +00:00 committed by GitHub
parent 7a130d5446
commit 44b347aef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
labels: bug
---
<!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->

View File

@ -1,6 +1,7 @@
---
name: 📝 Documentation Report
about: Ask us about docs
labels: docs
---
<!--- Verify first that your improvement is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->

View File

@ -1,6 +1,7 @@
---
name: ✨ Feature request
about: Suggest an idea for this project
labels: feature
---
<!--- Verify first that your feature was not already discussed on GitHub -->
<!--- Complete *all* sections as described, this form is processed automatically -->