ForcePilot/.github/ISSUE_TEMPLATE/提交一个bug.md
Wenjie Zhang 85e13b6481 feat: 添加Makefile并改进错误日志记录
docs: 更新项目文档结构并删除旧文档
refactor: 优化工具工厂的错误处理逻辑
2025-08-28 13:16:19 +08:00

48 lines
659 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: 提交一个BUG或者报错
about: 无法启动、无法回答、后端报错等等
title: 'Error: '
labels: ''
assignees: ''
---
1⃣ 描述一下问题
<!-- 简单描述一下问题(如何产生的,什么情况下,进行什么操作的时候)-->
2⃣ 报错日志
请运行以下命令,并提供部分相关日志:
```sh
# macOS / Linux
make logs
# Windows
docker logs --tail=100 api-dev
git rev-parse HEAD
```
<!-- 在下面粘贴日志的输出 -->
```
make logs 的输出:
```
3⃣ 相关截图
#️⃣ 其他相关信息
✅ 如果问题与模型调用相关,请尝试切换到其他在线模型