From 64b047899384b8baf0e2cdd1bc0bf8879b106b5e Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 28 Sep 2021 20:29:11 +0200 Subject: [PATCH] Fix the issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/other.md | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eae8e095..c34f9d17 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,3 @@ - - --- name: Bug report about: Create a report to help us improve @@ -9,6 +7,8 @@ assignees: '' --- +Please make sure there is not already a similar bug report! + **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ebc9ae3c..b4b1b699 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,3 @@ - - --- name: Feature request about: Suggest an idea for this project @@ -9,6 +7,8 @@ assignees: '' --- +Please make sure there is not already a similar issue! + **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 82754d29..db031d12 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,5 +1,3 @@ - - --- name: Other about: For issues that are neither bugs or feature requests