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.
This commit is contained in:
catlog22
2025-11-06 12:59:14 +08:00
parent 8e3dff3d0f
commit 6993677ed9
23 changed files with 8041 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
---
name: 问题咨询
about: 询问使用方法、最佳实践或寻求帮助
labels: question
---
# 问题咨询
## 问题描述
<!-- 清楚地描述您的问题或困惑 -->
## 当前情况
<!-- 描述您当前的情况和已尝试的方法 -->
### 相关命令
```bash
<!-- 如果与特定命令相关,请粘贴命令 -->
```
### 已尝试的方法
1.
2.
3.
## 具体疑问
<!-- 详细说明您想要了解的内容 -->
### 问题 1:
### 问题 2可选:
## 期望的解答
<!-- 描述您期望获得什么样的帮助或解答 -->
- [ ] 使用方法说明
- [ ] 最佳实践建议
- [ ] 示例代码或配置
- [ ] 故障排除指导
- [ ] 概念解释
- [ ] 其他:
## 上下文信息
### 使用场景
<!-- 描述您的具体使用场景 -->
### 项目类型
<!-- 如果相关描述您的项目类型Web 应用、API 服务、数据分析等 -->
### 相关文档
<!-- 列出您已经查看过的相关文档 -->
- [ ] getting-started.md
- [ ] workflow-patterns.md
- [ ] cli-tools-guide.md
- [ ] troubleshooting.md
- [ ] 命令文档:
- [ ] 其他:
## 紧急程度
- [ ] 紧急 - 阻碍当前工作
- [ ] 一般 - 希望尽快了解
- [ ] 不急 - 学习和改进目的
## 额外信息
<!-- 任何其他可能有助于理解或解答的信息 -->
---
**提问日期**: <!-- 自动填充 -->
**提问人**: <!-- 自动填充 -->