qingxu99 commited on
Commit
a554b7f
2 Parent(s): 7778502 3f251e4

Merge branch 'master' of https://github.com/binary-husky/gpt_academic

Browse files
.github/ISSUE_TEMPLATE/bug_report.md DELETED
@@ -1,25 +0,0 @@
1
- ---
2
- name: Bug report
3
- about: Create a report to help us improve
4
- title: ''
5
- labels: ''
6
- assignees: ''
7
-
8
- ---
9
-
10
- - **(1) Describe the bug 简述**
11
-
12
-
13
- - **(2) Screen Shot 截图**
14
-
15
-
16
- - **(3) Terminal Traceback 终端traceback(如有)**
17
-
18
-
19
- - **(4) Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)**
20
-
21
-
22
-
23
- Before submitting an issue 提交issue之前:
24
- - Please try to upgrade your code. 如果您的代码不是最新的,建议您先尝试更新代码
25
- - Please check project wiki for common problem solutions.项目[wiki](https://github.com/binary-husky/chatgpt_academic/wiki)有一些常见问题的解决方法
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/bug_report.yml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Report Bug | 报告BUG
2
+ description: "Report bug"
3
+ title: "[Bug]: "
4
+ labels: []
5
+ body:
6
+ - type: dropdown
7
+ id: download
8
+ attributes:
9
+ label: Installation Method | 安装方法与平台
10
+ options:
11
+ - Pip Install (I used latest requirements.txt and python>=3.8)
12
+ - Anaconda (I used latest requirements.txt and python>=3.8)
13
+ - Docker(Windows/Mac)
14
+ - Docker(Linux)
15
+ - Docker-Compose(Windows/Mac)
16
+ - Docker-Compose(Linux)
17
+ - Huggingface
18
+ - Others (Please Describe)
19
+ validations:
20
+ required: true
21
+
22
+ - type: textarea
23
+ id: describe
24
+ attributes:
25
+ label: Describe the bug & Screen Shot | 简述 与 有帮助的截图
26
+ description: Describe the bug & Screen Shot | 简述 与 有帮助的截图
27
+ validations:
28
+ required: true
29
+
30
+ - type: textarea
31
+ id: traceback
32
+ attributes:
33
+ label: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
34
+ description: Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
35
+
36
+
37
+
38
+
39
+
40
+