diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d9bb23e8c..fee91fd31 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,18 +5,27 @@ - [ ] Breaking code change - [ ] Documentation change/addition - [ ] Tests change +- [ ] CI change +- [ ] Other: [Replace with a description] ## Description ## Changes - + -## Checklist +## Test Scenario(s) + + - +## Checklist + - [ ] I've formatted my code with [Black](https://black.readthedocs.io/en/stable/) +- [ ] I've added docstrings to everything I've touched - [ ] I've ensured my code works on `Python 3.10.x` -- [ ] I've tested my code +- [ ] I've ensured my code works on `Python 3.11.x` +- [ ] I've tested my changes +- [ ] I've added tests for my code - if applicable +- [ ] I've updated the documentation - if applicable