diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c20786b..a25ac62 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,8 @@ Fixes # - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -# Checklist: +# Checklist - [ ] I have performed a self-review of my code - [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have updated the changelog with any user-facing changes