diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8e0804ca..382900c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,43 +1,68 @@ ---- -name: Bug 反馈 -about: 创建一个 Bug 报告以帮助 cc-haha 项目改进 -title: '[BUG] ' -labels: bug -assignees: '' ---- +--- +name: Bug 反馈 +about: 提交桌面端或 CLI 的 Bug 报告 +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 版本过低等常见原因导致的问题 +- [ ] 我已经阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) +- [ ] 我已经升级到最新版本后复现过这个问题 +- [ ] 我已经搜索过[现有 issues](https://github.com/NanmiCoder/cc-haha/issues),确认没有重复问题 +- [ ] 我已经隐藏截图和日志中的 API Key、Token、Cookie 等敏感信息 -## 🐛 问题描述 - +## 问题描述 + -## 📝 复现步骤 -1. -2. -3. +## 运行环境 + -## 💻 运行环境 -- 操作系统: -- Bun 版本 (`bun --version`): -- Node 版本 (`node --version`): -- API 提供商 (如 MiniMax / OpenRouter / Anthropic 官方等): -- 使用的模型: -- 启动方式 (TUI / --print / Recovery CLI): +- 使用方式: 桌面端 / CLI / 其他: +- 操作系统: Windows / macOS / Linux: +- 系统版本: 例如 Windows 11 23H2 / macOS 15.4: +- 桌面端版本: 例如 v0.1.8(设置页 -> 关于 中可查看): +- 安装来源: GitHub Release / 源码本地构建 / 其他: +- Bun 版本(CLI 问题填写,`bun --version`): +- Node 版本(CLI 问题填写,`node --version`): -## 📋 错误日志 - -```shell -在此粘贴错误日志 +## Provider / 模型配置 + + +- API 提供商: 例如 Anthropic 官方 / OpenRouter / MiniMax / Kimi / Ollama: +- Base URL: +- 使用的模型: +- 相关配置截图: + +## 复现步骤 + + +1. +2. +3. + +是否稳定复现: 是 / 否 / 不确定 + +## 错误信息与日志 + + +```shell +在此粘贴错误信息和日志 ``` -## 📷 错误截图 - +## 截图或录屏 + + + +## 补充信息 + + --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 543b1f54..377a2f4e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,39 +1,62 @@ ---- -name: 使用问题咨询 -about: 提交使用过程中遇到的问题 -title: '[问题] ' -labels: question -assignees: '' ---- +--- +name: 使用问题咨询 +about: 咨询桌面端或 CLI 使用过程中遇到的问题 +title: '[问题] ' +labels: question +assignees: '' +--- -## ⚠️ 提交前确认 - -- [ ] 我已经仔细阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) 部分 -- [ ] 我已经阅读了[第三方模型使用指南](https://github.com/NanmiCoder/cc-haha/blob/main/docs/guide/third-party-models.md) -- [ ] 我已经搜索并查看了[已关闭的 issues](https://github.com/NanmiCoder/cc-haha/issues?q=is%3Aissue+is%3Aclosed) +## 提交前确认 + -## ❓ 问题描述 - +- [ ] 我已经阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) +- [ ] 我已经阅读了[第三方模型使用指南](https://github.com/NanmiCoder/cc-haha/blob/main/docs/guide/third-party-models.md)(如使用第三方 provider) +- [ ] 我已经搜索过[现有 issues](https://github.com/NanmiCoder/cc-haha/issues),确认没有重复问题 +- [ ] 我已经隐藏截图和日志中的 API Key、Token、Cookie 等敏感信息 -## 🔍 使用场景 - -- 使用功能: (如:TUI 交互 / --print 无头模式 / MCP 服务器 / Skills 等) -- API 提供商: (如:MiniMax / OpenRouter / Anthropic 官方 / LiteLLM 代理等) +## 问题描述 + -## 💻 环境信息 -- 操作系统: -- Bun 版本 (`bun --version`): -- Node 版本 (`node --version`): -- API 提供商: -- 使用的模型: -## 📋 错误日志 -```shell -在此粘贴完整的错误日志 +## 使用环境 + + +- 使用方式: 桌面端 / CLI / 其他: +- 操作系统: Windows / macOS / Linux: +- 系统版本: 例如 Windows 11 23H2 / macOS 15.4: +- 桌面端版本: 例如 v0.1.8(设置页 -> 关于 中可查看): +- 安装来源: GitHub Release / 源码本地构建 / 其他: +- Bun 版本(CLI 问题填写,`bun --version`): +- Node 版本(CLI 问题填写,`node --version`): + +## 使用场景 + + +- 使用功能: 例如会话对话 / Provider 配置 / 模型调用 / MCP / Skills / 远程控制: +- API 提供商: 例如 Anthropic 官方 / OpenRouter / MiniMax / Kimi / Ollama: +- 使用的模型: + +## 配置截图 + + + +## 操作步骤 + + +1. +2. +3. + +## 错误信息与日志 + + +```shell +在此粘贴错误信息和日志 ``` -## 📷 错误截图 - +## 截图或录屏 + + ---