diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..50904f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug 反馈 +about: 创建一个 Bug 报告以帮助 cc-haha 项目改进 +title: '[BUG] ' +labels: bug +assignees: '' +--- + +## 🔍 问题检查清单 + + +- [ ] 我已经仔细阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) 部分 +- [ ] 我已经搜索并查看了[已关闭的 issues](https://github.com/NanmiCoder/cc-haha/issues?q=is%3Aissue+is%3Aclosed) +- [ ] 我确认这不是由于 API Key 配置错误、API 端点不兼容、Bun 版本过低等常见原因导致的问题 + +## 🐛 问题描述 + + + +## 📝 复现步骤 +1. +2. +3. + +## 💻 运行环境 +- 操作系统: +- Bun 版本 (`bun --version`): +- Node 版本 (`node --version`): +- API 提供商 (如 MiniMax / OpenRouter / Anthropic 官方等): +- 使用的模型: +- 启动方式 (TUI / --print / Recovery CLI): + +## 📋 错误日志 + +```shell +在此粘贴错误日志 +``` + +## 📷 错误截图 + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..dcc9967 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,36 @@ +--- +name: 使用问题咨询 +about: 提交使用过程中遇到的问题 +title: '[问题] ' +labels: question +assignees: '' +--- + +## ⚠️ 提交前确认 + +- [ ] 我已经仔细阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) 部分 +- [ ] 我已经阅读了[第三方模型使用指南](https://github.com/NanmiCoder/cc-haha/blob/main/docs/third-party-models.md) +- [ ] 我已经搜索并查看了[已关闭的 issues](https://github.com/NanmiCoder/cc-haha/issues?q=is%3Aissue+is%3Aclosed) + +## ❓ 问题描述 + + +## 🔍 使用场景 + +- 使用功能: (如:TUI 交互 / --print 无头模式 / MCP 服务器 / Skills 等) +- API 提供商: (如:MiniMax / OpenRouter / Anthropic 官方 / LiteLLM 代理等) + +## 💻 环境信息 +- 操作系统: +- Bun 版本 (`bun --version`): +- Node 版本 (`node --version`): +- API 提供商: +- 使用的模型: + +## 📋 错误日志 +```shell +在此粘贴完整的错误日志 +``` + +## 📷 错误截图 +