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 + +--- + +**请描述您的问题.**