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 new file mode 100644 index 000000000..479c5d58b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,9 @@ +--- +name: 需求建议 +about: 提出针对本项目的想法和建议 +title: "[Feature] " +labels: 待处理, 需求 +assignees: 'ibuler' +--- + +**请描述您的需求或者改进建议.** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 000000000..14b083e5e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,22 @@ +--- +name: Bug 提交 +about: 提交产品缺陷帮助我们更好的改进 +title: "[Bug] " +labels: bug, 待处理 +assignees: wojiushixiaobai + +--- + +**JumpServer 版本(v1.5.9以下不再支持)** + + +**浏览器版本** + + +**Bug 描述** + + +**Bug 重现步骤(有截图更好)** +1. +2. +3. 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 + +--- + +**请描述您的问题.**