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