Add missing title property to issue templates

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-09-21 15:04:21 +02:00
parent 053614e3c8
commit cda0abfceb
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us improve HedgeDoc.
title: ""
title: "type a short title of your bug report here"
labels: ["type: bug"]
body:
- type: markdown

View file

@ -1,6 +1,6 @@
name: Enhancement request
description: Suggest an enhancement of an existing feature.
title: ""
title: "type a short title of your enhancement request here"
labels: ["type: enhancement"]
body:
- type: markdown

View file

@ -1,6 +1,6 @@
name: Feature request
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"]
body:
- type: markdown