Add "new" label to issue templates

This commit is contained in:
Daniel Dreier 2020-08-05 17:28:12 -04:00 committed by GitHub
parent 47dc40d229
commit 237a1f3684
2 changed files with 6 additions and 0 deletions

View File

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

View File

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