From 8941d1e05b550af3078f48edf53c2f04e4064bd5 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 23 Dec 2025 14:35:35 +0800 Subject: [PATCH] Create question --- .github/ISSUE_TEMPLATE/question | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question diff --git a/.github/ISSUE_TEMPLATE/question b/.github/ISSUE_TEMPLATE/question new file mode 100644 index 0000000..ea59f6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question @@ -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