From b13799d9ec15bffaefd341b300a3eb655a4684de Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 26 Mar 2022 15:07:19 +0100 Subject: [PATCH] Docs: Update title in bug_report.md and feature-request.md templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9256f1a76..13d4e678f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Report a new and clearly identified bug that must be fixed directly in the application -title: 'Category: Clear and concise title' +title: 'Category: Clear and concise title (PLEASE CHANGE)' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index d45ac51a3..9dd98f10e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest a new feature or improvement -title: 'Category: Short Description' +title: 'Category: Short Description (PLEASE CHANGE)' labels: idea assignees: ''