chore: issue template labels

This commit is contained in:
Chris Lane 2019-11-04 18:43:52 -05:00
parent cd45efcdec
commit 5301442f7c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Submit a bug report about: Submit a bug report
title: '' title: ''
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---

View File

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