diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index c598ad80..b89c0b86 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -6,4 +6,5 @@ TODO 描述下出了什么问题,必要的话提供excel。在PR合并前, * 确认已经安装了阿里巴巴代码规约插件:[alibaba-java-coding-guidelines ](https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines) * src/main 下面不要出现中文注释 * src/test/core && src/test/demo 下面要新增测试案例请严格参照其他的,包括注释等等什么都不要错 +* 如果只是自己测试 全部加入到 src/test/temp * 如果改动量较大(5+文件)尽量先和作者沟通,这个风险很大 \ No newline at end of file