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

44 lines
882 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: 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 等)
## 示例代码
如果适用,请提供无法正常工作的示例代码:
```
[在这里插入代码]
```
## 截图
如果适用,请附上显示问题的截图。
## 其他上下文
还有哪些信息可能有助于我们理解这个问题?
## 可能的解决方案
如果你有修复建议,也可以写在这里。