Files
Claude-Code-Workflow/.claude/skills/command-guide/templates/issue-bug.md
catlog22 6993677ed9 feat: Add command relationships and essential commands JSON files
- Introduced command-relationships.json to define relationships between various commands.
- Created essential-commands.json to provide detailed descriptions and usage scenarios for key commands.
- Implemented update-index.sh script for maintaining command index files, including backup and validation processes.
- Added templates for bug reports, feature requests, and questions to streamline issue reporting and feature suggestions.
2025-11-06 12:59:14 +08:00

64 lines
1.0 KiB
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 报告
about: 报告命令执行问题或系统错误
labels: bug
---
# Bug 报告
## 问题描述
<!-- 简要描述遇到的问题 -->
## 执行的命令
```bash
<!-- 粘贴执行的命令 -->
```
## 期望行为
<!-- 描述您期望的结果是什么 -->
## 实际行为
<!-- 描述实际发生的情况,包括错误信息 -->
## 复现步骤
1.
2.
3.
## 环境信息
- **操作系统**: Windows / Mac / Linux
- **OS 版本**:
- **Claude Code 版本**:
- **相关命令**:
- **相关文件路径**:
## 错误日志
```
<!-- 如有错误信息或日志,请粘贴在这里 -->
```
## 额外上下文
<!-- 任何其他有助于理解问题的信息,如:
- 是否是首次执行此命令
- 之前是否成功执行过
- 最近是否修改过配置或文件
- 相关的 workflow session ID如适用
-->
## 可能的解决方案(可选)
<!-- 如果您有任何想法或建议,请在这里描述 -->
---
**报告日期**: <!-- 自动填充 -->
**报告人**: <!-- 自动填充 -->