diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..1e6830888 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +### What problem does this PR solve? + +Add corresponding issue link with summary if exists --> + +Issue link: + +### What is changed and how it works? + +### Code changes + +- [ ] Has Code change +- [ ] Has CI related scripts change + +### Check List + +Tests + +- [ ] Unit test +- [ ] Integration test +- [ ] Manual test (add detailed scripts or steps below) +- [ ] No code + +Side effects + +- [ ] Performance regression: Consumes more CPU +- [ ] Performance regression: Consumes more Memory +- [ ] Breaking backward compatibility + +### Note for reviewer