docs: 扩充 FAQ + 添加 Issue 模板

- README FAQ 新增 8 个高频问题(Node 版本兼容、npm 安装失败、U 盘格式、多 provider 配置、QQbot 编译等),中英文同步更新
- 新增 .github/ISSUE_TEMPLATE/:bug 报告模板(含环境信息字段)、功能建议模板、config.yml(禁用空白 issue,引导至 FAQ 和教程)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hfshfg
2026-04-21 11:47:30 +08:00
parent a254486ca1
commit 2b7522d173
4 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
name: 💡 功能建议
about: 建议新功能或改进现有功能
title: "[Feature] "
labels: enhancement
assignees: ''
---
## 建议描述
<!-- 你希望增加什么功能?解决什么问题? -->
## 使用场景
<!-- 在什么情况下会用到这个功能? -->
## 期望的效果
<!-- 描述理想的使用方式或界面 -->
## 补充信息
<!-- 其他相关背景、截图、参考项目等 -->