Add labels to Github issue templates (#1729)

Add "bug" and "add new feature" so that new issues are automatically
tagged with these labels.
This commit is contained in:
Mayeul Cantan 2020-01-19 17:44:46 +01:00 committed by Yair Morgenstern
parent 0a5aefcdd9
commit 2aeccb8193
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'add new feature'
assignees: ''
---