diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..fa0045d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,35 @@ +## Update +- [ ] Hot Fix +- [ ] Release +- [ ] Develop +- [ ] Others + +## Description +* Feature #24 +[Write one-line description here] + +## Update Summary +- [Write feature(fix)-update here] + +## New/Edited policies +- [Write policy(styles)-update here] + +## Resolved Issue +- [Write resolved issue(recognized) here] + +## Unresolved Issue +- [Write unresolved issue(recognized) here] + +## Test +- [ ] Unit Test +- [ ] Build Test + +## Proof Check +- [ ] My code follows the guidelines of this project style. +- [ ] I have performed a self-review of my own code. +- [ ] I have commented my code, particularly in hard-to-understand areas. +- [ ] I have made corresponding changes to the documentations. +- [ ] I have added tests that prove my feature, policy, fix or issue is resolve, effective and works. +- [ ] Existing tests pass locally with these changes. +- [ ] New tests pass locally with these changes. +- [ ] Any dependent changes have been merged and published in downstream modules. \ No newline at end of file