From fa4cacd69f49f57002d5bd03144ea8bb4d7cb069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= Date: Tue, 2 Jul 2024 18:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Issues=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 --- .../{feature.yml => enhancement.yml} | 0 .github/ISSUE_TEMPLATE/question.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) rename .github/ISSUE_TEMPLATE/{feature.yml => enhancement.yml} (100%) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/enhancement.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature.yml rename to .github/ISSUE_TEMPLATE/enhancement.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..3dd5ad1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,16 @@ +name: 其他问题及意见反馈 +description: 插件使用上的问题反馈、功能失效等。 +title: "[问题反馈]: " +labels: ["question"] +body: + - type: input + attributes: + label: 反馈内容 + description: 请简要描述您需要反馈的内容。 + validations: + required: true + + - type: textarea + attributes: + label: 其他说明 + description: 如果您有任何其他信息或补充说明,请在这里添加。