We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ea5e0 commit f07a8feCopy full SHA for f07a8fe
2 files changed
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/提交一个bug.md
@@ -0,0 +1,35 @@
1
+---
2
+name: 提交一个BUG
3
+about: 提交一个 BUG
4
+title: "[BUG]"
5
+labels: bug
6
+assignees: xerrors
7
+
8
9
10
+### 描述这个 bug
11
12
+简单描述一下这个 BUG:
13
14
+### 如何复现
15
16
+什么情况下出现:
17
18
+### 相关信息
19
20
+**1)检查 `docker logs`**
21
22
+请运行以下命令,并提供部分相关日志:
23
24
+```sh
25
+docker logs --tail=100 api-dev
26
+```
27
28
+如果问题与模型调用相关,请尝试切换到其他在线模型
29
30
+**2)相关截图**
31
32
33
34
35
+**3)其他相关信息**
0 commit comments