diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5181026..be21e2c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ _Describe the platforms that your PR supports. If your PR does not support a pla _Make sure you check off the following items. If they cannot be completed, provide a reason._ -- [ ] Added tests -- [ ] Added documentation -- [ ] Added a changelog entry -- [ ] Added to the README the new functionality description +- [ ] Added Unit Tests to cover the new changes +- [ ] Added code documentation with `///` to reflect the new changes +- [ ] Added the new changes to the CHANGELOG.md +- [ ] Added the new functionality description to the README.md