We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68f50 commit a180585Copy full SHA for a180585
.github/PULL_REQUEST_TEMPLATE.md
@@ -17,5 +17,6 @@ Closes # (issue)
17
18
- [ ] I have run the [`pre-commit`](https://pre-commit.com/) checks either with `pre-commit run --all` or by integrating `pre-commit` into my workflow
19
- [ ] I have added tests to ensure my changes work as expected without errors (if applicable)
20
+- [ ] I have run the test suite locally with `pytest` and verified that all tests pass
21
- [ ] I have provided clear context, rationale, and linked any related issues (if applicable)
22
- [ ] I have updated the documentation (if applicable)
0 commit comments