From 3c1cf9b374fef59f2c6d6a1aacb0cefb92e1a9e5 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 20 May 2023 08:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=9B=B4=E6=96=B0=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 7 ++++--- .github/ISSUE_TEMPLATE/enhancement.yml | 6 +++--- .github/ISSUE_TEMPLATE/todo.yml | 7 +++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c57af525..24355b41 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,9 +1,10 @@ name: 非预期错误和漏洞 description: 提交非预期错误和漏洞 -# title: "[Bug] " +title: "[Bug] " labels: - - bug - - question + - BUG + - Question + - 待处理 assignees: - BTMuli body: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 5a0fd6c1..cabb0d8c 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,9 +1,9 @@ name: 新功能 description: 提交新功能请求 -# title: "[Feat] " +title: "[Feat] " labels: - - enhancement - - question + - 新特性 + - 待处理 assignees: - BTMuli body: diff --git a/.github/ISSUE_TEMPLATE/todo.yml b/.github/ISSUE_TEMPLATE/todo.yml index 7f2dd66d..b1e78a85 100644 --- a/.github/ISSUE_TEMPLATE/todo.yml +++ b/.github/ISSUE_TEMPLATE/todo.yml @@ -1,10 +1,9 @@ name: 开发目标(开发人员) description: 用于开发人员 Issue 的模板 -# title: "[TODO] " +title: "[TODO] " labels: - - todo - - enhancement - - help wanted + - 计划中 + - 新特性 assignees: - BTMuli body: