From fa0a55825a5cf7ccd0668506b8d33d839cbc180c Mon Sep 17 00:00:00 2001 From: idolpx Date: Wed, 25 May 2022 20:53:32 -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 dd84ea7..d6d5d3c 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: '' +title: "[BUG]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e0c0168 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: '' +title: "[FEATURE]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/requirement.md b/.github/ISSUE_TEMPLATE/requirement.md index b245ccd..0b7f55d 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: '' +title: "[REQUIREMENT]" labels: '' assignees: ''