Add feature request template; label bug reports

This commit is contained in:
miruka 2020-05-30 21:10:42 -04:00 committed by GitHub
parent 52246750db
commit 8829b1b73d
2 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: 'Report an unexpected behavior ' about: 'Report an unexpected behavior '
title: '' title: ''
labels: '' labels: bug
assignees: '' assignees: ''
--- ---

View File

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