Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
c0ed213
1
Parent(s):
10882b6
Update and rename bug_report.md to bug_report.yml
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,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 (我确认使用了最新的requirements.txt安装依赖)
|
12 |
+
- Anaconda (我确认使用了最新的requirements.txt安装依赖)
|
13 |
+
- Docker(Windows/Mac)
|
14 |
+
- Docker(Linux)
|
15 |
+
- Docker-Compose(Windows/Mac)
|
16 |
+
- Docker-Compose(Linux)
|
17 |
+
validations:
|
18 |
+
required: true
|
19 |
+
|
20 |
+
- type: textarea
|
21 |
+
id: logs
|
22 |
+
attributes:
|
23 |
+
label: Describe the bug | 简述
|
24 |
+
description: Describe the bug | 简述
|
25 |
+
validations:
|
26 |
+
required: true
|
27 |
+
|
28 |
+
- type: textarea
|
29 |
+
id: logs
|
30 |
+
attributes:
|
31 |
+
label: Screen Shot | 截图
|
32 |
+
description: Screen Shot | 截图
|
33 |
+
|
34 |
+
- type: textarea
|
35 |
+
id: logs
|
36 |
+
attributes:
|
37 |
+
label: Terminal Traceback 终端traceback(如有)
|
38 |
+
description: Terminal Traceback 终端traceback(如有)
|
39 |
+
|
40 |
+
- type: textarea
|
41 |
+
id: logs
|
42 |
+
attributes:
|
43 |
+
label: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
|
44 |
+
description: Material to Help Reproduce Bugs 帮助我们复现的测试材料样本(如有)
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|