From e4d211dae12ab9ff72e7670cdc9cd1d1156568b9 Mon Sep 17 00:00:00 2001 From: 625781186 <625781186@qq.com> Date: Thu, 4 Jul 2019 17:31:20 +0800 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question---.md | 24 +++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/question---.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/question---.md b/.github/ISSUE_TEMPLATE/question---.md new file mode 100644 index 0000000..609d18c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question---.md @@ -0,0 +1,24 @@ +--- +name: Question/提问 +about: Describe this issue template's purpose here./创建报告供帮助者复现你的问题 +title: "[问题]" +labels: '' +assignees: '' + +--- + +**Environment :** / 环境 + - OS: [e.g. Win 10] + - Python [e.g. 3.6.4 X64] + - PyQt5 [e.g. 5.10.1] + +**Describe the bug** or **Expected behavior** , +**Additional context** and **Screenshots** +A clear and concise description of what the bug is. +A clear and concise description of what you expected to happen. +If applicable, add screenshots to help explain your problem. +Add any other context about the problem here. +// 描述你的问题 , 描述程序正常运行你希望的结果 , 提供程序的错误信息 和 源代码 截图 . +// 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ; +// 2个来回后帮助者还不清除你描述的问题 , 则会关闭提问. +// 如果代码过长 , 请创建一个仓库并附上链接. From dc07a1e5019ce797c87810ebbd526e82b4595e75 Mon Sep 17 00:00:00 2001 From: 625781186 <625781186@qq.com> Date: Thu, 4 Jul 2019 17:33:02 +0800 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ------------------------- .github/ISSUE_TEMPLATE/discussion---.md | 10 +++++++ 2 files changed, 10 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/discussion---.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/discussion---.md b/.github/ISSUE_TEMPLATE/discussion---.md new file mode 100644 index 0000000..532805d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion---.md @@ -0,0 +1,10 @@ +--- +name: Discussion/讨论 +about: 一些反复被提及的问题. +title: "[讨论]" +labels: 归纳 +assignees: '' + +--- + + From dd464ed13b7084da96e7d8e16aca3faf0594c2f6 Mon Sep 17 00:00:00 2001 From: 625781186 <625781186@qq.com> Date: Thu, 4 Jul 2019 17:46:54 +0800 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/question---.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question---.md b/.github/ISSUE_TEMPLATE/question---.md index 609d18c..f83b781 100644 --- a/.github/ISSUE_TEMPLATE/question---.md +++ b/.github/ISSUE_TEMPLATE/question---.md @@ -20,5 +20,5 @@ If applicable, add screenshots to help explain your problem. Add any other context about the problem here. // 描述你的问题 , 描述程序正常运行你希望的结果 , 提供程序的错误信息 和 源代码 截图 . // 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ; -// 2个来回后帮助者还不清除你描述的问题 , 则会关闭提问. +// 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问. // 如果代码过长 , 请创建一个仓库并附上链接. From 46a256ffc771d2e86d4832a9fbbf462ede2d3a0e Mon Sep 17 00:00:00 2001 From: 625781186 <625781186@qq.com> Date: Mon, 8 Jul 2019 15:30:08 +0800 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/question---.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/question---.md b/.github/ISSUE_TEMPLATE/question---.md index f83b781..43fd254 100644 --- a/.github/ISSUE_TEMPLATE/question---.md +++ b/.github/ISSUE_TEMPLATE/question---.md @@ -22,3 +22,4 @@ Add any other context about the problem here. // 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ; // 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问. // 如果代码过长 , 请创建一个仓库并附上链接. +( 读后删除以上段)