From a3aa8e8f60fe63b2f7960740efe87e4437cbce92 Mon Sep 17 00:00:00 2001 From: inrgihc Date: Sat, 13 Jan 2024 23:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/issue.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/issue.yml b/.gitee/ISSUE_TEMPLATE/issue.yml index c8ef72f1..211c749a 100644 --- a/.gitee/ISSUE_TEMPLATE/issue.yml +++ b/.gitee/ISSUE_TEMPLATE/issue.yml @@ -16,16 +16,19 @@ body: - "其他版本已不维护,勿提issue" validations: required: true - - type: checkboxes + - type: dropdown + id: modify attributes: label: 是否进行了二次开发 options: - - label: 是 - required: false + - "是" + - "否" + validations: + required: true - type: textarea id: desired-solution attributes: label: 问题描述 - description: 详细描述问题,提供相应截图和日志,对于有堆栈报错信息,请提供完整的堆栈信息。 + description: 详细描述问题,提供相应截图和日志,对于有堆栈报错信息,请提供完整的堆栈信息,对于一句话反馈的BUG将会被无视而关闭。 validations: required: true