From ae2594c9d748bc6ea76d67af4dc46b2d27bc29ba Mon Sep 17 00:00:00 2001 From: idolpx Date: Thu, 26 May 2022 16:03:28 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/requirement.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b0a804..f3d5c41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: "[BUG]" +title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f455865..11fc491 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[FEATURE]" +title: '' labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/requirement.md b/.github/ISSUE_TEMPLATE/requirement.md index 16ad5e0..f18e821 100644 --- a/.github/ISSUE_TEMPLATE/requirement.md +++ b/.github/ISSUE_TEMPLATE/requirement.md @@ -1,7 +1,7 @@ --- name: Requirement about: Define a requirement for this project -title: "[REQUIREMENT]" +title: '' labels: requirement assignees: ''