Files
claude-howto/zh/.github/ISSUE_TEMPLATE/feature_request.md
Luong NGUYEN 89e89d4aa3 feat(zh): add Chinese translations in zh/ directory
Add Chinese (Simplified) translations for all documentation, organized
under a dedicated zh/ directory that mirrors the English folder structure.

Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com>

Translations originally contributed by @tanqingkuang in #45.
Restructured from *-CN.md suffix pattern into zh/ directory to prevent
the EPUB builder (scripts/build_epub.py collect_folder_files) from
picking up Chinese files via glob("*.md") inside module folders.
2026-04-06 23:08:54 +02:00

47 lines
945 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Feature Request
about: 建议新增示例、指南或改进
title: "[FEATURE] "
labels: enhancement
assignees: ''
---
## 描述
描述你希望看到的功能或改进。
## 它解决了什么问题
它解决了什么问题或缺口?
示例:
- 没有 X 功能的示例
- Y 功能的现有文档不清楚
- 我们需要 Z 场景的指南
- 结构可以通过以下方式改进……
## 使用场景
这个功能会在什么时候、怎样使用?请包含真实场景。
## 建议方案
应该如何实现或记录?
## 示例
如果适用,请提供你设想的示例:
```
[在这里插入示例]
```
## 相关示例
链接任何已有的相关示例或指南:
- 现有指南:<!-- 在这里添加链接 -->
- 功能:(例如 Skills、Hooks、Subagents
## 其他上下文
还有哪些可能有帮助的信息?
## 验收标准
怎样才算这个功能完成?
- [ ] 标准 1
- [ ] 标准 2
- [ ] 标准 3