Merge branch 'master' of https://github.com/binary-husky/gpt_academic
This commit is contained in:
commit
a554b7f0e4
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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)有一些常见问题的解决方法
|
40
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: Report Bug | 报告BUG
|
||||
description: "Report bug"
|
||||
title: "[Bug]: "
|
||||
labels: []
|
||||
body:
|
||||
- type: dropdown
|
||||
id: download
|
||||
attributes:
|
||||
label: Installation Method | 安装方法与平台
|
||||
options:
|
||||
- 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 (Please Describe)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: describe
|
||||
attributes:
|
||||
label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
|
||||
description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: traceback
|
||||
attributes:
|
||||
label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
|
||||
description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user