From 4c3ad5f4cd4ba9c3765144e93f567ebc7afe927d Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Wed, 18 Aug 2021 17:10:20 +0800 Subject: [PATCH] update pull request template --- .gitee/PULL_REQUEST_TEMPLATE.en.md | 26 ++++++++++++++++---------- .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md | 23 +++++++++++++++++++++++ .gitignore | 1 - 3 files changed, 39 insertions(+), 11 deletions(-) create mode 100644 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md index fb9f65379..b05dcbb64 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -1,15 +1,21 @@ -**What this PR does / why we need it**: +**Title** : -**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # +**Content**: -**Special notes for your reviewer**: +**Root Cause Analysis**: -**Release note**: - -```release-note -``` +**Modification**: +1. xxx +2. xxx + +**Related issue**: + +**Testing reports**: +1. Please attach the self-test result (content or screenshot). +2. Can you add the FastCheck test case? If yes, please add the FastCheck test case. +3. Whether data modification is involved? If yes, supplement the data in the Docs repository. +4. Determine whether to support expansion scenarios such as upgrade and online expansion. +5. Determine whether to consider abnormal scenarios, concurrent scenarios, forward compatibility scenarios, and performance scenarios. +6. Check whether other modules are affected. \ No newline at end of file diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 000000000..d7b822cd8 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,23 @@ + + + + +【标题】(请简要描述下实现的内容) + +【实现内容】: + +【根因分析】: + +【修改方案】: +1. xxx +2. xxx + +【关联issue】: + +【开发自验报告】: +1. 请附上自验结果(内容或者截图) +2. 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例 +3. 是否涉及资料修改,如是,在docs仓库补充资料 +4. 是否考虑支撑升级和在线扩容等扩展场景 +5. 是否考虑异常场景/并发场景/前向兼容/性能场景 +6. 是否对其他模块产生影响 \ No newline at end of file diff --git a/.gitignore b/.gitignore index b9ac8b3f2..01c20c5c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/.gitee/ /.vscode/ /.idea/ .vscode