Add labels to the issue templates

This commit is contained in:
Rapptz 2020-09-17 22:16:20 -04:00
parent a183c4f752
commit aa258073dc
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
name: Bug Report name: Bug Report
about: Report broken or incorrect behaviour about: Report broken or incorrect behaviour
labels: bug
--- ---
### Summary ### Summary

View File

@ -1,6 +1,7 @@
--- ---
name: Feature Request name: Feature Request
about: Suggest a feature for this library about: Suggest a feature for this library
labels: feature request
--- ---
### The Problem ### The Problem