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