From e5bd6186d55cfe9e977e9df3b6a99056f96036eb Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Tue, 4 Apr 2023 17:13:40 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9ab8831..ba11763 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,3 +12,8 @@ assignees: '' **Screen Shot 截图** **Terminal Traceback 终端traceback(如果有)** + + +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)有一些常见问题的解决方法