mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Merge pull request #1663 from hedgedoc/fix/issue_template_titles
Add missing title property to issue templates
This commit is contained in:
commit
990665745a
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
description: Create a report to help us improve HedgeDoc.
|
description: Create a report to help us improve HedgeDoc.
|
||||||
title: ""
|
title: "type a short title of your bug report here"
|
||||||
labels: ["type: bug"]
|
labels: ["type: bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: Enhancement request
|
name: Enhancement request
|
||||||
description: Suggest an enhancement of an existing feature.
|
description: Suggest an enhancement of an existing feature.
|
||||||
title: ""
|
title: "type a short title of your enhancement request here"
|
||||||
labels: ["type: enhancement"]
|
labels: ["type: enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest a new feature for this project, which isn't existing yet.
|
description: Suggest a new feature for this project, which isn't existing yet.
|
||||||
title: ""
|
title: "type a short title of your feature request here"
|
||||||
labels: ["type: feature"]
|
labels: ["type: feature"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Reference in a new issue