From 54a16e6d97ef298c41eb63fb04975a7357b87264 Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 10 Oct 2022 11:09:00 +0000 Subject: [PATCH] add pull_request_template.md Signed-off-by: fan --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..030d014bd1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +### What problem does this PR solve? + +Issue Number: + +Problem Summary: + +### What is changed and the side effects? + +Changed: + +Side effects: +- Performance effects(性能影响): + +- Breaking backward compatibility(向后兼容性): + +--- +### Check List: +- Please make sure your changes are compilable(请确保你的更改可以通过编译). +- When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试). +- Please follow [Contributor Covenant Code of Conduct](../CODE_OF_CONDUCT.md).(请遵循贡献者准则).