From 9c2d9b8774b9382529b7591214149723e8fe0dd4 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Wed, 20 Sep 2023 14:32:29 +0800 Subject: [PATCH] #I82S3F enhance ISSUE_TEMPLATE Signed-off-by: Hai Liang Wang --- .gitee/ISSUE_TEMPLATE/help.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/help.yml b/.gitee/ISSUE_TEMPLATE/help.yml index 5224506a..2cd92a91 100644 --- a/.gitee/ISSUE_TEMPLATE/help.yml +++ b/.gitee/ISSUE_TEMPLATE/help.yml @@ -16,7 +16,6 @@ body: 2. xxx 3. xxx ... - render: bash validations: required: true - type: textarea @@ -26,4 +25,6 @@ body: value: | 1. Git commit hash (`git rev-parse HEAD`),进入代码库并执行 或 - 2. v7, v8, v9 ... \ No newline at end of file + 2. v7, v8, v9 ... + validations: + required: true \ No newline at end of file