Add "new" label to issue templates
This commit is contained in:
parent
47dc40d229
commit
237a1f3684
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature or other enhancement.
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue