From b40f18c3435fa7ba842cac5d09a6104f02474b1c Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 29 Mar 2023 22:19:34 +0800 Subject: [PATCH] chore: tweat template words --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4d73743..2f04ff9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ -name: Bug Report -description: File a bug report to help us improve +name: Bug report +description: File a bug report to help us improve. labels: ["bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c6bc459..d74c279 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ -name: Feature Request -description: Suggest an idea for this project +name: Feature request +description: Suggest an idea for this project. labels: [enhancement] body: - type: markdown