diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..356c8341d9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,66 @@ + + +## Purpose of the PR + +- close #xxx + + + +## Main Changes + + + +## Verifying these changes + + + +- [ ] Trivial rework / code cleanup without any test coverage. (No Need) +- [ ] Already covered by existing tests, such as *(please modify tests here)*. +- [ ] Need tests and can be verified as follows: + - xxx + +## Does this PR potentially affect the following parts? + + + +- [ ] Nope +- [ ] Dependencies (add/update license info) +- [ ] Modify configurations +- [ ] The public API +- [ ] Other affects (typed here) + +## Documentation Status + + + +- [ ] `Doc - TODO` +- [ ] `Doc - Done` +- [ ] `Doc - No Need`