Merge pull request #1663 from hedgedoc/fix/issue_template_titles

Add missing title property to issue templates
This commit is contained in:
David Mehren 2021-09-21 15:10:07 +02:00 committed by GitHub
commit 990665745a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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