From bff2d6cc717c69ce24fb60db8f5d8c86b9c218c3 Mon Sep 17 00:00:00 2001 From: yefeng Date: Fri, 10 Oct 2025 19:57:57 +0800 Subject: [PATCH] update issue format --- .gitee/ISSUE_TEMPLATE/003-feature-request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/003-feature-request.yml b/.gitee/ISSUE_TEMPLATE/003-feature-request.yml index 07303ebb..fa13df8d 100644 --- a/.gitee/ISSUE_TEMPLATE/003-feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/003-feature-request.yml @@ -16,16 +16,16 @@ body: label: 设计思路 description: > A description of any alternative solutions or features you've considered, if any. - validations: - required: true + validations: + required: true - type: textarea attributes: label: 与其他模块的相关性描述 description: > - 描述与其他模块存在的可能关联性,以方便补充对应的场景验证. + 描述与其他模块存在的可能关联性,以方便补充对应的场景验证(重点考虑与MindSpore之间的关联性). - type: textarea attributes: - label: 其他信息 + label: 其他信息(测试验证设计等) description: > 添加例如辅助信息、测试验证场景等内容. - type: markdown -- Gitee