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: