Create question

This commit is contained in:
mtvpls
2025-12-23 14:35:35 +08:00
committed by GitHub
parent eab3fc9b7f
commit 8941d1e05b

23
.github/ISSUE_TEMPLATE/question vendored Normal file
View File

@@ -0,0 +1,23 @@
name: 提问
description: 对项目功能有疑问
title: " "
labels: ["question"]
body:
- type: checkboxes
attributes:
label: 提问前确认
options:
- label: 我已仔细查阅文档,任无法解决
required: true
- label: 我已查询过无其他类似issue
required: true
- label: 我已尝试过多种方法,任无法解决
required: true
- type: textarea
id: question
attributes:
label: Question
description: 你想问什么?
placeholder: 输入你的问题...
validations:
required: true