Add labels to issue templates

This commit is contained in:
Tim Schaub
2018-11-19 11:37:49 -07:00
parent 0c27cee2a6
commit e4b00be9d6
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
labels: labels:
- bug
--- ---

View File

@@ -2,6 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
labels: labels:
- feature request
--- ---