mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
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:
parent
f41c29f77d
commit
bedbcc1150
4 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve HedgeDoc.
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
labels: 'type: bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: Enhancement request
|
||||
about: Suggest an enhancement of an existing feature.
|
||||
title: ''
|
||||
labels: 'enhancement'
|
||||
labels: 'type: enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Feature request
|
||||
about: Suggest a new feature for this project, which isn't existing yet.
|
||||
title: ''
|
||||
labels: 'feature request'
|
||||
labels: 'type: feature'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
2
.github/ISSUE_TEMPLATE/question---other.md
vendored
2
.github/ISSUE_TEMPLATE/question---other.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Question / Other
|
||||
about: Questions about the project, features, or organziational issues
|
||||
title: ''
|
||||
labels: question
|
||||
labels: 'type: question'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue