From 25ffc5b3700d44716b519d637d98a21a76faadd0 Mon Sep 17 00:00:00 2001 From: eastfisher Date: Mon, 18 May 2020 13:57:23 +0800 Subject: [PATCH] add pull_request_template.md --- .github/pull_request_template.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 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 0000000..e5b94a6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ + + +### What problem does this PR solve? + +Issue Number: #xxx + +Problem Summary: + +### What is changed and how it works? + +What's Changed: + +How it Works: + +### Related changes + +- PR to update `docs`: +- Need to cherry-pick to the release branch + +### Check List + +Tests + +- Unit test +- Integration test +- Manual test (add detailed scripts or steps below) +- No code + +Side effects + +- Performance regression + - Consumes more CPU + - Consumes more MEM +- Breaking backward compatibility + +### Release note