File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug 报告
3+ description : 报告一个可复现的 bug
4+ title : " bug: "
5+ labels : ["bug"]
6+ assignees : []
7+ ---
8+
9+ ## 发帖前必读
10+
11+ - [ ] 我已经搜索过 [ 现有 Issues] ( https://github.com/claude-code-best/claude-code/issues ) ,没有找到重复。
12+ - [ ] 我使用的是 ** 最新版本** (` bun run build ` 或最新 release)。
13+ - [ ] 我已经阅读过 [ README] ( https://github.com/claude-code-best/claude-code ) 和相关文档。
14+
15+ ** 未完成以上检查的 Issue 将被直接关闭。**
16+
17+ ---
18+
19+ ## 运行环境
20+
21+ | 项目| 值|
22+ | ---| ---|
23+ | 操作系统| 例如 macOS 15.4、Ubuntu 24.04|
24+ | Bun 版本| 例如 ` bun --version ` 的输出|
25+ | Claude Code 版本| 例如 ` 2.4.3 ` 或 commit hash|
26+ | 安装方式| ` bun run build ` / npm / 其他|
27+ | 模型| 例如 claude-sonnet-4-6、claude-opus-4-7|
28+
29+ ## 复现步骤
30+
31+ 1 .
32+ 2 .
33+ 3 .
34+
35+ ## 期望行为
36+
37+ <!-- 应该发生什么? -->
38+
39+ ## 实际行为
40+
41+ <!-- 实际发生了什么?如有必要可附截图。 -->
42+
43+ ## 相关日志
44+
45+ <!-- 粘贴终端输出或错误信息,请使用 triple backticks 代码块。 -->
46+
47+ ``` text
48+ ```
49+
50+ ## 补充信息
51+
52+ <!-- 其他上下文 — 配置、环境变量、尝试过的 workaround 等。 -->
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : 💬 讨论区
4+ url : https://github.com/claude-code-best/claude-code/discussions
5+ about : 使用问题、功能建议和一般讨论 — 请使用 Discussions 而非 Issues。
6+ - name : 📖 项目文档
7+ url : https://github.com/claude-code-best/claude-code
8+ about : 提交 issue 前,请先阅读 README 和相关文档,你的问题可能已经有答案了。
Original file line number Diff line number Diff line change 1+ ---
2+ name : 功能建议
3+ description : 提出新功能或改进建议
4+ title : " feat: "
5+ labels : ["enhancement"]
6+ assignees : []
7+ ---
8+
9+ ## 发帖前必读
10+
11+ - [ ] 我已经搜索过 [ 现有 Issues] ( https://github.com/claude-code-best/claude-code/issues ) ,没有找到重复。
12+ - [ ] 这是功能建议,不是 Bug 报告或使用问题。
13+ - [ ] 使用问题请前往 [ Discussions] ( https://github.com/claude-code-best/claude-code/discussions ) 。
14+
15+ ---
16+
17+ ## 要解决的问题
18+
19+ <!-- 这个功能解决什么问题?为什么需要它? -->
20+
21+ ## 建议方案
22+
23+ <!-- 描述你建议的实现方式,尽量简洁具体。 -->
24+
25+ ## 考虑过的替代方案
26+
27+ <!-- 还有没有想到的其他实现思路? -->
28+
29+ ## 补充信息
30+
31+ <!-- 截图、草图、参考资料,或其他有助于说明需求的内容。 -->
You can’t perform that action at this time.
0 commit comments