mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Most reports now come from desktop users, so the templates need to collect the operating system, desktop version, reproduction path, configuration screenshots, and logs before maintainers can diagnose failures. Constraint: Desktop releases are the dominant support surface for external users Rejected: Keep CLI-first fields at the top | it delays collecting the information needed for Windows and macOS desktop failures Confidence: high Scope-risk: narrow Directive: Keep desktop OS and app version fields near the top of future issue template edits Tested: git diff --check -- .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/question.md Not-tested: GitHub issue form rendering in browser
70 lines
2.1 KiB
Markdown
70 lines
2.1 KiB
Markdown
---
|
||
name: Bug 反馈
|
||
about: 提交桌面端或 CLI 的 Bug 报告
|
||
title: '[BUG] '
|
||
labels: bug
|
||
assignees: ''
|
||
---
|
||
|
||
## 提交前确认
|
||
<!-- 请在提交 issue 前确认以下事项 -->
|
||
|
||
- [ ] 我已经阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题)
|
||
- [ ] 我已经升级到最新版本后复现过这个问题
|
||
- [ ] 我已经搜索过[现有 issues](https://github.com/NanmiCoder/cc-haha/issues),确认没有重复问题
|
||
- [ ] 我已经隐藏截图和日志中的 API Key、Token、Cookie 等敏感信息
|
||
|
||
## 问题描述
|
||
<!-- 请用 1-3 句话说明实际发生了什么、你原本期望发生什么 -->
|
||
|
||
|
||
## 运行环境
|
||
<!-- 桌面端问题请优先填写前 4 项;CLI 问题再补充 Bun / Node 信息 -->
|
||
|
||
- 使用方式: 桌面端 / CLI / 其他:
|
||
- 操作系统: Windows / macOS / Linux:
|
||
- 系统版本: 例如 Windows 11 23H2 / macOS 15.4:
|
||
- 桌面端版本: 例如 v0.1.8(设置页 -> 关于 中可查看):
|
||
- 安装来源: GitHub Release / 源码本地构建 / 其他:
|
||
- Bun 版本(CLI 问题填写,`bun --version`):
|
||
- Node 版本(CLI 问题填写,`node --version`):
|
||
|
||
## Provider / 模型配置
|
||
<!-- 请尽量提供配置截图;务必隐藏 API Key、Token 等敏感信息 -->
|
||
|
||
- API 提供商: 例如 Anthropic 官方 / OpenRouter / MiniMax / Kimi / Ollama:
|
||
- Base URL:
|
||
- 使用的模型:
|
||
- 相关配置截图:
|
||
|
||
## 复现步骤
|
||
<!-- 请写到别人可以照着操作复现;如果偶发,请说明大约出现频率 -->
|
||
|
||
1.
|
||
2.
|
||
3.
|
||
|
||
是否稳定复现: 是 / 否 / 不确定
|
||
|
||
## 错误信息与日志
|
||
<!--
|
||
请粘贴完整错误信息。桌面端启动失败时,请复制错误弹窗中的 Recent server logs;
|
||
如果是对话、配置或模型调用失败,请粘贴页面上的错误、终端输出或相关日志。
|
||
-->
|
||
|
||
```shell
|
||
在此粘贴错误信息和日志
|
||
```
|
||
|
||
## 截图或录屏
|
||
<!-- 请提供错误截图、配置截图或复现录屏;截图前请隐藏敏感信息 -->
|
||
|
||
|
||
## 补充信息
|
||
<!-- 最近是否升级过版本、换过 provider、改过配置,或是否有旧版本可以正常使用 -->
|
||
|
||
|
||
---
|
||
<!-- 🤖 Dosu 机器人将自动响应此 issue -->
|
||
@dosubot
|