From c8065288b2c1136cfcadb44ce18be6855cf4a81c Mon Sep 17 00:00:00 2001 From: Aaron Wang Date: Wed, 24 May 2023 11:42:54 +0800 Subject: [PATCH] [Feature-241] Add PULL_REQUEST_TEMPLATE (#242) --- .github/PULL_REQUEST_TEMPLATE.md | 73 ++++++++++++++++++++++++++++++++ 1 file changed, 73 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 000000000..578415b7e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,73 @@ + + +## Purpose of the PR + +- close: xxx + + + +## Main Changes + + + +## Verifying these changes + + + +- This change is a trivial rework / code cleanup without any test coverage. + +*(or)* + +- This change is already covered by existing tests, such as *(please describe tests)*. + +*(or)* + +- This change added tests and can be verified as follows: + + *(for example:)* + - *Add UT.* + + +## 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`