Skip to content

Commit 3d0f1ac

Browse files
claude-code-bestglm-5-turbo
andcommitted
docs: 添加 GitHub Issue 模板,规范 Issue 提交流程
禁用空白 issue,添加 Bug 报告和功能建议两个中文模板, 引导不相关问题前往 Discussions。 Co-Authored-By: glm-5-turbo <zai-org@claude-code-best.win>
1 parent 4780915 commit 3d0f1ac

3 files changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 等。 -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 和相关文档,你的问题可能已经有答案了。
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
<!-- 截图、草图、参考资料,或其他有助于说明需求的内容。 -->

0 commit comments

Comments
 (0)