default labels for issue templates

This commit is contained in:
theFox6 2019-08-20 15:31:03 +02:00 committed by GitHub
parent 569881c8f2
commit 9bb02e7cf5
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
--- ---
name: Bug report name: Bug report
about: Report a bug to help fixing it about: Report a bug to help fixing it
title: ''
labels: unconfirmed bug
assignees: ''
--- ---

View File

@ -1,6 +1,9 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
--- ---