From 6a801eaf337cc9aea7c6b964f95feaba540c4ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Fri, 25 Sep 2020 15:46:19 +0800 Subject: [PATCH 1/5] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 000000000..61ae432e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,10 @@ +--- +name: 问题咨询 +about: 提出针对本项目安装部署、使用及其他方面的相关问题 +title: "[提问] " +labels: 提问 +assignees: wojiushixiaobai + +--- + +**请描述您的问题.** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 000000000..e7065fec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,29 @@ +--- +name: Bug 提交 +about: 提交产品缺陷帮助我们更好的改进 +title: "[BUG]" +labels: bug +assignees: wojiushixiaobai + +--- + +**JumpServer 版本** +您所使用的 JumpServer 版本是?如 v2.2.1 (注: v1.5.9以下版本不再支持) + +**浏览器 版本** +您所使用的 浏览器版本是? 如 Chrome 84.0.4147.105 + +**Bug 描述** +简要描述您碰到的问题 + +**Bug 重现步骤** +1. +2. +3. +4. + +**期待的正确结果** +正确情况下应该是什么样的? + +**截图** +如果有截图,请附上截图. 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 2/5] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9issue=20template?= =?UTF-8?q?=20(#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 + +--- + +**请描述您的问题.** From 2a95aca28fa4430b80ba5a5744d139bc23257fbf Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 29 Sep 2020 14:16:35 +0800 Subject: [PATCH 3/5] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/----.md | 2 +- .github/ISSUE_TEMPLATE/bug---.md | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md index 2cb8c27fa..479c5d58b 100644 --- a/.github/ISSUE_TEMPLATE/----.md +++ b/.github/ISSUE_TEMPLATE/----.md @@ -1,7 +1,7 @@ --- name: 需求建议 about: 提出针对本项目的想法和建议 -title: "[Feature]" +title: "[Feature] " labels: 待处理, 需求 assignees: 'ibuler' --- diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index 7c5ba54dc..be0514be5 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -1,20 +1,23 @@ --- name: Bug 提交 about: 提交产品缺陷帮助我们更好的改进 -title: "[Bug]" +title: "[Bug] " labels: bug, 待处理 assignees: wojiushixiaobai --- **JumpServer 版本** -您所使用的 JumpServer 版本是?如 v2.2.1 (注: v1.5.9以下版本不再支持) +[您所使用的 JumpServer 版本是?如 v2.2.1 (注: v1.5.9以下版本不再支持)] + **浏览器 版本** -您所使用的 浏览器版本是? 如 Chrome 84.0.4147.105 +[您所使用的 浏览器版本是? 如 Chrome 84.0.4147.105] + **Bug 描述** -简要描述您碰到的问题 +[简要描述您碰到的问题] + **Bug 重现步骤** 1. @@ -22,8 +25,10 @@ assignees: wojiushixiaobai 3. 4. + **期待的正确结果** -正确情况下应该是什么样的? +[正确情况下应该是什么样的?] + **截图** -如果有截图,请附上截图. +[如果有截图,请附上截图] From 38588151d12e26e8a8a10d5221bb768081d8323f Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 29 Sep 2020 14:21:41 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=94=B9issue?= =?UTF-8?q?=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug---.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index be0514be5..14b083e5e 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -7,28 +7,16 @@ assignees: wojiushixiaobai --- -**JumpServer 版本** -[您所使用的 JumpServer 版本是?如 v2.2.1 (注: v1.5.9以下版本不再支持)] +**JumpServer 版本(v1.5.9以下不再支持)** -**浏览器 版本** -[您所使用的 浏览器版本是? 如 Chrome 84.0.4147.105] +**浏览器版本** **Bug 描述** -[简要描述您碰到的问题] -**Bug 重现步骤** +**Bug 重现步骤(有截图更好)** 1. 2. 3. -4. - - -**期待的正确结果** -[正确情况下应该是什么样的?] - - -**截图** -[如果有截图,请附上截图] From db268280b48dc4917217c7f92512902199b2607c Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 9 Oct 2020 11:00:19 +0800 Subject: [PATCH 5/5] =?UTF-8?q?perf(requirements):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85Pillow=3D=3D7.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 3a4897457..018632ed3 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -49,7 +49,7 @@ olefile==0.44 openapi-codec==1.3.2 paramiko==2.4.2 passlib==1.7.1 -Pillow==6.2.2 +Pillow==7.1.0 pyasn1==0.4.8 pycparser==2.19 pycrypto==2.6.1