From cda0abfcebab0c70093e3d0bb833bd81fa665999 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Tue, 21 Sep 2021 15:04:21 +0200 Subject: [PATCH] Add missing title property to issue templates Signed-off-by: David Mehren --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement_request.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 487864a45..665c1fd94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml b/.github/ISSUE_TEMPLATE/enhancement_request.yml index e729c08a6..caee95f99 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 987c430ba..db85e8248 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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