feat:issue模板添加

This commit is contained in:
MatrixSeven
2025-09-03 10:45:04 +08:00
parent dfa225e68e
commit 6d5b4329db
4 changed files with 263 additions and 0 deletions

54
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@@ -0,0 +1,54 @@
name: 💬 问题咨询
description: 使用问题、配置疑问或一般性讨论
title: "[Question] "
labels: ["question", "需要回复"]
body:
- type: markdown
attributes:
value: |
如果您有使用问题、配置疑问或想要讨论项目相关话题,请使用这个模板。
- type: dropdown
id: question-type
attributes:
label: 问题类型
description: 请选择您的问题类型
options:
- 使用问题(如何使用某个功能)
- 配置问题(部署和设置相关)
- 技术咨询(技术实现相关)
- 功能理解(不确定某个功能如何工作)
- 其他
validations:
required: true
- type: textarea
id: question
attributes:
label: 具体问题
description: 请详细描述您的问题
placeholder: |
例如我想在内网环境下部署这个应用但是不知道如何配置STUN服务器...
validations:
required: true
- type: textarea
id: environment
attributes:
label: 环境信息
description: 如果相关,请提供环境信息
placeholder: |
- 操作系统:
- 部署方式:
- 网络环境:
- 浏览器版本:
- type: checkboxes
id: checklist
attributes:
label: 确认事项
options:
- label: 我已经查看了项目文档和README
required: true
- label: 我已经搜索了现有的Issues
required: true