Update issue templates to use the new labels

Signed-off-by: David Mehren <git@herrmehren.de>
(cherry picked from commit eb727810b5)
This commit is contained in:
David Mehren 2020-12-01 21:11:00 +01:00
parent f41c29f77d
commit bedbcc1150
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
4 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 HedgeDoc. about: Create a report to help us improve HedgeDoc.
title: '' title: ''
labels: 'bug' labels: 'type: bug'
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Enhancement request name: Enhancement request
about: Suggest an enhancement of an existing feature. about: Suggest an enhancement of an existing feature.
title: '' title: ''
labels: 'enhancement' labels: 'type: enhancement'
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest a new feature for this project, which isn't existing yet. about: Suggest a new feature for this project, which isn't existing yet.
title: '' title: ''
labels: 'feature request' labels: 'type: feature'
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Question / Other name: Question / Other
about: Questions about the project, features, or organziational issues about: Questions about the project, features, or organziational issues
title: '' title: ''
labels: question labels: 'type: question'
assignees: '' assignees: ''
--- ---