diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c7af7544..c27c8804 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -55,6 +55,7 @@ Closes # - [ ] 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 documentation +- [ ] Updated Postman/Hoppscotch API collections if routes changed - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes