From fd116718d9e9e6df8caecb721b03e351bc76651b Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:20:54 +0100 Subject: [PATCH] Extended templates - because people send issue without a title ... --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 64dfd48..9c12934 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: "🐞 Bug report" description: Create a bug report to help us improve things labels: ["bug"] -title: "[Bug Report] " +title: "[Bug Report] Your descriptive title here!" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e2cfb39..b798bb7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: "🚀 Feature request" description: Suggest a feature that will improve things labels: ["enhancement"] -title: "[Feature Request] " +title: "[Feature Request] Your descriptive title here!" body: - type: markdown attributes: