diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md new file mode 100644 index 0000000000000000000000000000000000000000..03d325e7fbbb60196d99d2990813b944b1d09555 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.en.md @@ -0,0 +1,21 @@ + + +**Title** : + +**Content**: + +**Root Cause Analysis**: + +**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 0000000000000000000000000000000000000000..e490099c76b5db51448bb87a4d55f3e2b313d4f5 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,23 @@ + + + + +【标题】(请简要描述下实现的内容) + +【实现内容】: + +【根因分析】: + +【实现方案】: + +【关联需求或issue】: + +【开发自验报告】: +1. 请附上自验结果(内容或者截图) +2. 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例 +3. 是否涉及资料修改,如是,在docs仓库补充资料 +4. 是否考虑支撑升级和在线扩容等扩展场景 +5. 是否考虑异常场景/并发场景/前向兼容/性能场景 +6. 是否对其他模块产生影响 + +【其他说明】: \ No newline at end of file diff --git a/.gitee/img.png b/.gitee/img.png new file mode 100644 index 0000000000000000000000000000000000000000..6cce6ca619cad6e857424aff401ecf52ea21ebf8 Binary files /dev/null and b/.gitee/img.png differ