From e3b7e0418fd31289b3b561bbcb3ab79a3664c06c Mon Sep 17 00:00:00 2001 From: MKStoler Date: Wed, 16 Oct 2024 12:08:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index ad96224..ac402bf 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,7 +1,7 @@ name: Bug 反馈 description: 在使用考试看板 Next 的过程中遇到了 Bug。 title: (在这里输入你的标题) -labels: ['Bug'] +labels: ['Bug','未阅读'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index 1851a70..a39c430 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,7 +1,7 @@ name: 功能请求 description: 提出一项新的功能。 title: (在这里输入你的标题) -labels: ['新功能'] +labels: ['新功能','未阅读'] body: - type: markdown attributes: