diff --git a/.gitee/ISSUE_TEMPLATE.en.md b/.gitee/ISSUE_TEMPLATE.en.md new file mode 100644 index 0000000..4589118 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.en.md @@ -0,0 +1,23 @@ +**Is this a BUG REPORT or FEATURE REQUEST?**: + +> Uncomment only one, leave it on its own line: +> +> - bug +> +> - feature + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Version: +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Install tools: +- Others: diff --git a/.gitee/PULL_REQUEST_TEMPLATE.en.md b/.gitee/PULL_REQUEST_TEMPLATE.en.md new file mode 100644 index 0000000..b05dcbb --- /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 0000000..c6df783 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,24 @@ + + + + +【标题】(请简要描述下实现的内容) + +【实现内容】: + +【根因分析】: + +【实现方案】: + +【关联需求或issue】: + +【开发自验报告】: +1. 请附上自验结果(内容或者截图) +2. 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例 +3. 是否涉及资料修改,如是,在docs仓库补充资料 +4. 是否考虑升级场景(系统表修改、日志持久化以及修改执行态数据格式) +5. 是否考虑在线扩容等扩展场景 +5. 是否考虑异常场景/并发场景/前向兼容/性能场景 +6. 是否对其他模块产生影响 + +【其他说明】: \ No newline at end of file