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

45 lines
877 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: Documentation Issue
about: 报告文档中的不清晰、错别字或缺失信息
title: "[DOCS] "
labels: documentation
assignees: ''
---
## 问题类型
- [ ] 拼写或语法错误
- [ ] 解释不清
- [ ] 缺少信息
- [ ] 链接或引用损坏
- [ ] 内容过时
- [ ] 需要更好的示例
## 位置
哪一部分有问题?
- **文件**:(例如 README.md、03-skills/README.md
- **章节**:(例如 "Installation Quick Reference"
- **行号/区域**:(如有具体位置)
## 当前内容
当前写的是什么?
```
[在这里粘贴当前文本]
```
## 问题说明
哪里有问题?
## 建议改进
应该如何改进或澄清?
```
[在这里提供改进后的文本或建议]
```
## 这样做的重要性
这个问题会怎样影响用户?
## 相关文档
相关章节链接:
- 相关指南:<!-- 在这里添加链接 -->