From ba8648c544eb00ec384db48e73dfe7c43ca06651 Mon Sep 17 00:00:00 2001 From: zevorn Date: Wed, 13 Apr 2022 22:34:06 +0800 Subject: [PATCH 1/2] [feature](pr): update PR request format --- pull_request_template.md => pr_request_template.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename pull_request_template.md => pr_request_template.md (67%) diff --git a/pull_request_template.md b/pr_request_template.md similarity index 67% rename from pull_request_template.md rename to pr_request_template.md index 2c7b5209..a6299cd2 100644 --- a/pull_request_template.md +++ b/pr_request_template.md @@ -4,8 +4,7 @@ Tester:xxx Related Task: =============================================== -任务链接:禅道任务、需求或bug链接 -任务ID:xx +任务链接:issues、需求或bug链接 任务名称:xxxxx ChangeLog: @@ -16,10 +15,10 @@ ChangeLog: Proc: =============================================== -1. 使用git clone xxxx.git -2. 切换到feature1分支 -3. 编译安装SkyEye -4. 使用git clone http://gitea.digiproto.com:4000/wangjiefeng/product_testcase.git命令克隆测试用例 +1. 使用`git fetch https://gitee.com/open-skyeye/code.git pull/x/head:pr_x ` ,可复制【克隆/下载】的命令 +2. 切换到对应分支 +3. 编译安装 Open-SkyEye +4. 使用 git clone https://gitee.com/open-skyeye/testcase.git 命令克隆测试用例 code:xxx分支名称 @@ -33,7 +32,7 @@ xxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx -product_testcase:xxx分支名称 +testcase:xx分支名称 =============================================== commit xxxxxxxxxxxxxxxxxxxx Author: xxxxxxxxxx -- Gitee From 0901afe328fd2ed0a4725e39aec2844a1debf522 Mon Sep 17 00:00:00 2001 From: zevorn Date: Wed, 13 Apr 2022 22:35:41 +0800 Subject: [PATCH 2/2] [feature](pr): update PR request format --- pr_request_template.md => pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pr_request_template.md => pull_request_template.md (100%) diff --git a/pr_request_template.md b/pull_request_template.md similarity index 100% rename from pr_request_template.md rename to pull_request_template.md -- Gitee