Update issue templates

This commit is contained in:
Simon Aronsson 2019-04-15 22:21:32 +02:00 committed by GitHub
parent 3b0aafa7ff
commit 86a5445f86
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: bug labels: 'Priority: Medium, Status: Available, Type: 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: enhancement labels: 'Priority: Low, Status: Available, Type: Enhancement'
assignees: '' assignees: ''
--- ---

View file

@ -1,8 +1,8 @@
--- ---
name: Question name: Question
about: Questions regarding usage or specific use cases. about: Questions regarding usage or specific use cases.
title: '' title: ''
labels: question labels: 'Priority: Medium, Status: Available, Type: Question'
assignees: '' assignees: ''
--- ---