From 1db4cf6deb4a9c576b1eec04628e7bad329dd961 Mon Sep 17 00:00:00 2001 From: wengchangcheng Date: Thu, 16 May 2024 17:44:37 +0800 Subject: [PATCH] modify gitee pr template modify gitee pr template https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9PW6R Signed-off-by: wengchangcheng Change-Id: Ice1afce7d5f8501e2ccd3d046cf6a4f8beaf598c --- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index 795c422ba9..0ad66b24a2 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -5,19 +5,22 @@ ### 修改描述(做了什么,变更了什么,例如:xx函数入口增加判空) ### 自测试项(测试结果截图,直接贴到每一个测试项底下) -#### 独立编译进行编译(必须执行) +#### 独立编译进行编译(必须执行 python ark.py arm64.release) - [ ] 已通过 - [ ] 不涉及,无需验证 -#### debug UT 本地执行(必须执行) +#### 独立编译进行编译(必须执行 python ark.py x64.release) - [ ] 已通过 - [ ] 不涉及,无需验证 -#### release UT 本地执行(必须执行) +#### debug UT 本地执行(必须执行 python ark.py x64.debug ut) +- [ ] 已通过 +- [ ] 不涉及,无需验证 +#### release UT 本地执行(必须执行 python ark.py x64.release ut) - [ ] 已通过 - [ ] 不涉及,无需验证 -#### release test262 本地执行(非Test代码必须执行) +#### release test262 本地执行(非Test代码必须执行 python ark.py x64.release test262) - [ ] 已通过 - [ ] 不涉及,无需验证 -#### debug test262 本地执行(非Test代码必须执行) +#### debug test262 本地执行(非Test代码必须执行 python ark.py x64.debug test262) - [ ] 已通过 - [ ] 不涉及,无需验证 #### release pgo-aot test262 本地执行(compiler/aot/isa/stub/ic/对象布局等修改必须执行) -- Gitee