Update GitHub issue templates

Add "bug" label to bug_report.md
Add "new" label to feature_request.md
This commit is contained in:
Daniel Dreier 2020-08-05 17:39:56 -04:00
parent 237a1f3684
commit cc86889fd6
2 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,7 @@
---
name: Bug report
about: Let us know about an unexpected error, a crash, or an incorrect behavior.
title: ''
labels: new
assignees: ''
labels: bug, new
---

View File

@ -1,9 +1,7 @@
---
name: Feature request
about: Suggest a new feature or other enhancement.
title: ''
labels: enhancement
assignees: ''
labels: enhancement, new
---