From 7c82f5aa2bbe6208b8b98c1471a962451eb5083e Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Fri, 25 Sep 2020 16:09:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9issue=20template=20(?= =?UTF-8?q?#4703)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 修改issue template * perf: 又修改了些 Co-authored-by: ibuler --- .github/ISSUE_TEMPLATE.md | 20 -------------------- .github/ISSUE_TEMPLATE/----.md | 13 ++++++------- .github/ISSUE_TEMPLATE/bug---.md | 4 ++-- .github/ISSUE_TEMPLATE/question.md | 10 ++++++++++ 4 files changed, 18 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 879177926..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -[简述你的问题] - - -##### 使用版本 -[请提供你使用的JumpServer版本 如 2.0.1 注: 1.4及以下版本不再提供支持] - -##### 使用浏览器版本 -[请提供你使用的浏览器版本 如 Chrome 84.0.4147.105 ] - -##### 问题复现步骤 -1. [步骤1] -2. [步骤2] - -##### 具体表现[截图可能会更好些,最好能截全] - - -##### 其他 - - -[注:] 完成后请关闭 issue diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index 61ae432e3..2cb8c27fa 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -1,10 +1,9 @@ --- -name: 问题咨询 -about: 提出针对本项目安装部署、使用及其他方面的相关问题 -title: "[提问] " -labels: 提问 -assignees: wojiushixiaobai - +name: 需求建议 +about: 提出针对本项目的想法和建议 +title: "[Feature]" +labels: 待处理, 需求 +assignees: 'ibuler' --- -**请描述您的问题.** +**请描述您的需求或者改进建议.** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index e7065fec6..7c5ba54dc 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -1,8 +1,8 @@ --- name: Bug 提交 about: 提交产品缺陷帮助我们更好的改进 -title: "[BUG]" -labels: bug +title: "[Bug]" +labels: bug, 待处理 assignees: wojiushixiaobai --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..5c1595d9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: 问题咨询 +about: 提出针对本项目安装部署、使用及其他方面的相关问题 +title: "[Question] " +labels: 提问, 待处理 +assignees: wojiushixiaobai + +--- + +**请描述您的问题.**