From ccddf895e49a1f4e5bde2aea67b17e7e9b8b183a Mon Sep 17 00:00:00 2001 From: Sabertaz Date: Fri, 29 Oct 2021 20:18:48 +0800 Subject: [PATCH] fix(template-issues): update issues template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a542e4c..c5ce743 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: bug +title: "[Bug]: " +labels: 'bug, todo :spiral_notepad:' assignees: sabertazimi --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0d8b78f..45632da 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: enhancement +title: "[Feature]: " +labels: 'enhancement, todo :spiral_notepad:' assignees: sabertazimi ---