docs: add GitHub issue templates for bug reports and questions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: 使用问题咨询
|
||||
about: 提交使用过程中遇到的问题
|
||||
title: '[问题] '
|
||||
labels: question
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## ⚠️ 提交前确认
|
||||
<!-- 请确认以下事项 -->
|
||||
- [ ] 我已经仔细阅读了 [README 常见问题](https://github.com/NanmiCoder/cc-haha#常见问题) 部分
|
||||
- [ ] 我已经阅读了[第三方模型使用指南](https://github.com/NanmiCoder/cc-haha/blob/main/docs/third-party-models.md)
|
||||
- [ ] 我已经搜索并查看了[已关闭的 issues](https://github.com/NanmiCoder/cc-haha/issues?q=is%3Aissue+is%3Aclosed)
|
||||
|
||||
## ❓ 问题描述
|
||||
<!-- 清晰简洁地描述你遇到的问题 -->
|
||||
|
||||
## 🔍 使用场景
|
||||
<!-- 描述你在使用哪个功能时遇到的问题 -->
|
||||
- 使用功能: (如:TUI 交互 / --print 无头模式 / MCP 服务器 / Skills 等)
|
||||
- API 提供商: (如:MiniMax / OpenRouter / Anthropic 官方 / LiteLLM 代理等)
|
||||
|
||||
## 💻 环境信息
|
||||
- 操作系统:
|
||||
- Bun 版本 (`bun --version`):
|
||||
- Node 版本 (`node --version`):
|
||||
- API 提供商:
|
||||
- 使用的模型:
|
||||
|
||||
## 📋 错误日志
|
||||
```shell
|
||||
在此粘贴完整的错误日志
|
||||
```
|
||||
|
||||
## 📷 错误截图
|
||||
<!-- 如有,请提供错误截图 -->
|
||||
Reference in New Issue
Block a user