Skip to content

Commit f07a8fe

Browse files
authored
Update issue templates
1 parent 16ea5e0 commit f07a8fe

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)