From c0ed2131f01b4d52a8d6f965af48d43de3a47b43 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:33:41 +0800 Subject: [PATCH 1/5] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 25 ------------- .github/ISSUE_TEMPLATE/bug_report.yml | 54 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index ac668766a..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -- **(1) Describe the bug 简述** - - -- **(2) Screen Shot 截图** - - -- **(3) Terminal Traceback 终端traceback(如有)** - - -- **(4) Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)** - - - -Before submitting an issue 提交issue之前: -- Please try to upgrade your code. 如果您的代码不是最新的,建议您先尝试更新代码 -- Please check project wiki for common problem solutions.项目[wiki](https://github.com/binary-husky/chatgpt_academic/wiki)有一些常见问题的解决方法 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..5aa8574e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,54 @@ +name: Report Bug | 报告BUG +description: "Report bug" +title: "[Bug]: " +labels: [] +body: + - type: dropdown + id: download + attributes: + label: Installation Method | 安装方法与平台 + options: + - Pip (我确认使用了最新的requirements.txt安装依赖) + - Anaconda (我确认使用了最新的requirements.txt安装依赖) + - Docker(Windows/Mac) + - Docker(Linux) + - Docker-Compose(Windows/Mac) + - Docker-Compose(Linux) + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Describe the bug | 简述 + description: Describe the bug | 简述 + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Screen Shot | 截图 + description: Screen Shot | 截图 + + - type: textarea + id: logs + attributes: + label: Terminal Traceback 终端traceback(如有) + description: Terminal Traceback 终端traceback(如有) + + - type: textarea + id: logs + attributes: + label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) + description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) + + + + + + + + + + From 111a65e9e8c6c0ebc1e8810ec879f4de2932f59d Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:34:55 +0800 Subject: [PATCH 2/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5aa8574e7..0ed63326c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: required: true - type: textarea - id: logs + id: describe attributes: label: Describe the bug | 简述 description: Describe the bug | 简述 @@ -26,19 +26,19 @@ body: required: true - type: textarea - id: logs + id: screenshot attributes: label: Screen Shot | 截图 description: Screen Shot | 截图 - type: textarea - id: logs + id: traceback attributes: label: Terminal Traceback 终端traceback(如有) description: Terminal Traceback 终端traceback(如有) - type: textarea - id: logs + id: material attributes: label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) From f8209e51f5abd2bdd0f2ace23a46ff65b36d7ab1 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:40:35 +0800 Subject: [PATCH 3/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0ed63326c..fb00290db 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,32 +20,16 @@ body: - type: textarea id: describe attributes: - label: Describe the bug | 简述 - description: Describe the bug | 简述 + label: Describe the bug & Screen Shot | 简述 与 有帮助的截图 + description: Describe the bug & Screen Shot | 简述 与 有帮助的截图 validations: required: true - - - type: textarea - id: screenshot - attributes: - label: Screen Shot | 截图 - description: Screen Shot | 截图 - type: textarea id: traceback attributes: - label: Terminal Traceback 终端traceback(如有) - description: Terminal Traceback 终端traceback(如有) - - - type: textarea - id: material - attributes: - label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) - description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有) - - - - + label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有) + description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有) From 2dd65af9f0d20d56f8105801ec40fc0477b85c6b Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:42:52 +0800 Subject: [PATCH 4/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fb00290db..7a3c51ba2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,12 +8,14 @@ body: attributes: label: Installation Method | 安装方法与平台 options: - - Pip (我确认使用了最新的requirements.txt安装依赖) - - Anaconda (我确认使用了最新的requirements.txt安装依赖) + - Pip (please confirm: used latest requirements.txt) + - Anaconda (please confirm: used latest requirements.txt) - Docker(Windows/Mac) - Docker(Linux) - Docker-Compose(Windows/Mac) - Docker-Compose(Linux) + - Huggingface + - Others validations: required: true From 3f251e45713fa79f384a04e4dd3182702ad2b33e Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:45:23 +0800 Subject: [PATCH 5/5] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7a3c51ba2..4e7a1fc53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,14 +8,14 @@ body: attributes: label: Installation Method | 安装方法与平台 options: - - Pip (please confirm: used latest requirements.txt) - - Anaconda (please confirm: used latest requirements.txt) + - Pip Install (I used latest requirements.txt and python>=3.8) + - Anaconda (I used latest requirements.txt and python>=3.8) - Docker(Windows/Mac) - Docker(Linux) - Docker-Compose(Windows/Mac) - Docker-Compose(Linux) - Huggingface - - Others + - Others (Please Describe) validations: required: true