From f73e3f648decf5632fe5193e825b1f912c5f6153 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 13 Mar 2023 19:52:40 +0800 Subject: [PATCH] fix(projects): fix github bug-report --- .github/ISSUE_TEMPLATE/bug-report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 24a970a0..92b74d5e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,7 @@ name: Bug提交 description: 在使用软件或功能的过程中遇到了错误 -title: "[Bug]: " -labels: [bug?] +title: '[Bug]: ' +labels: [ "bug?" ] body: - type: markdown