Files
claude-howto/zh/.github/pull_request_template.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

58 lines
1.2 KiB
Markdown
Raw Permalink 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.
## 描述
简要说明这个 PR 做了什么。
## 变更类型
- [ ] 新增示例或模板
- [ ] 文档改进
- [ ] Bug 修复
- [ ] 功能指南
- [ ] 其他(请说明)
## 相关 Issues
Closes #(issue number)
## 已做的修改
- 修改 1
- 修改 2
- 修改 3
## 需要重点查看的内容
审阅者应该重点关注什么?
## 变更文件
- `path/to/file1.md`
- `path/to/file2.md`
## 测试
你如何测试的?
- [ ] 已在 Claude Code 本地测试
- [ ] 已验证示例可用
- [ ] 已检查链接和引用
- [ ] 已检查拼写和清晰度
## 检查清单
- [ ] 符合项目结构和规范
- [ ] 包含清晰的文档 / 示例
- [ ] 代码 / 示例可直接复制使用
- [ ] 所有链接都已验证且可用
- [ ] 没有包含敏感信息(密钥、token、凭证)
- [ ] 已更新相关 README 文件
- [ ] Commit 信息符合 conventional commit 格式
- [ ] 没有添加大文件(>1MB
## 截图或示例
如有必要,展示这个 PR 增加的内容:
```
[示例代码或前后对比]
```
## 破坏性变更
这个变更是否影响现有内容或行为?
- [ ] 没有破坏性变更
- [ ] 是,并已在下方说明
如果有,请描述:
## 其他说明
还有哪些信息需要审阅者了解?