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