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.
44 lines
882 B
Markdown
44 lines
882 B
Markdown
---
|
||
name: Bug Report
|
||
about: 报告示例、指南或文档中的问题
|
||
title: "[BUG] "
|
||
labels: bug
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
## 问题描述
|
||
简要说明问题。
|
||
|
||
## 复现步骤
|
||
1. 第 1 步
|
||
2. 第 2 步
|
||
3. 第 3 步
|
||
|
||
## 预期行为
|
||
应该发生什么?
|
||
|
||
## 实际行为
|
||
实际发生了什么?
|
||
|
||
## 环境
|
||
- **Claude Code 版本**:(例如 1.0.5)
|
||
- **操作系统**:(例如 macOS 14.1、Ubuntu 22.04、Windows 11)
|
||
- **Python 版本**:(如有相关,例如 3.11)
|
||
- **受影响的组件**:(例如 01-slash-commands、03-skills 等)
|
||
|
||
## 示例代码
|
||
如果适用,请提供无法正常工作的示例代码:
|
||
```
|
||
[在这里插入代码]
|
||
```
|
||
|
||
## 截图
|
||
如果适用,请附上显示问题的截图。
|
||
|
||
## 其他上下文
|
||
还有哪些信息可能有助于我们理解这个问题?
|
||
|
||
## 可能的解决方案
|
||
如果你有修复建议,也可以写在这里。
|