Update issue templates

This commit is contained in:
Wenjie Zhang 2025-04-02 19:04:19 +08:00 committed by GitHub
parent 16ea5e0cb9
commit f07a8fe378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 35 additions and 35 deletions

View File

@ -1,35 +0,0 @@
---
name: Bug report
about: 提交一个 BUG
title: "[BUG]"
labels: bug
assignees: xerrors
---
**描述这个 bug**
A clear and concise description of what the bug is.
**如何复现(什么情况下出现)**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### 1⃣ 检查 `docker logs`
请运行以下命令,并提供部分相关日志:
```sh
docker logs --tail=100 api-dev
```
### 2⃣ 切换在线模型
如果问题与模型调用相关,请尝试切换到其他在线模型:
**截图**
If applicable, add screenshots to help explain your problem.
**其他相关信息**
Add any other context about the problem here.

View File

@ -0,0 +1,35 @@
---
name: 提交一个BUG
about: 提交一个 BUG
title: "[BUG]"
labels: bug
assignees: xerrors
---
### 描述这个 bug
简单描述一下这个 BUG
### 如何复现
什么情况下出现:
### 相关信息
**1检查 `docker logs`**
请运行以下命令,并提供部分相关日志:
```sh
docker logs --tail=100 api-dev
```
如果问题与模型调用相关,请尝试切换到其他在线模型
**2相关截图**
**3其他相关信息**