mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Merge pull request #614 from hedgedoc/update-pr-template-labels
Update issue templates to use the new labels
This commit is contained in:
commit
df0482ea68
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
|
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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/question---other.md
vendored
2
.github/ISSUE_TEMPLATE/question---other.md
vendored
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue