From 1183109354f44192ff7adbe8ab05c907f3db956a Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 10 Nov 2020 10:28:22 +0800 Subject: [PATCH] =?UTF-8?q?perf(github):=20=E6=9B=B4=E6=96=B0github=20issu?= =?UTF-8?q?e=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/----.md | 5 +++-- .github/ISSUE_TEMPLATE/bug---.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index 479c5d58b..b407e8a25 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -2,8 +2,9 @@ name: 需求建议 about: 提出针对本项目的想法和建议 title: "[Feature] " -labels: 待处理, 需求 -assignees: 'ibuler' +labels: 类型:需求 +assignees: ibuler + --- **请描述您的需求或者改进建议.** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index 14b083e5e..d668e0065 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -2,7 +2,7 @@ name: Bug 提交 about: 提交产品缺陷帮助我们更好的改进 title: "[Bug] " -labels: bug, 待处理 +labels: 类型:bug assignees: wojiushixiaobai --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 5c1595d9c..1dd2a68d6 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: 问题咨询 about: 提出针对本项目安装部署、使用及其他方面的相关问题 title: "[Question] " -labels: 提问, 待处理 +labels: 类型:提问 assignees: wojiushixiaobai ---