From 10f0d12842f5af0018f612a437cbb52193d64391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 12 Dec 2023 17:52:44 +0800 Subject: [PATCH] update config.yaml --- .gitee/ISSUE_TEMPLATE/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml index a8c7ac6..659e918 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yaml +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -14,6 +14,12 @@ body: options: - label: 我已经搜索过现有的问题 (https://gitee.com/../../issues) required: true + - type: checkboxes + attributes: + label: 代码是否是最新获取的? + options: + - label: 我已经确认代码是最新主分支的代码 + required: true - type: textarea attributes: label: 如何复现