- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- New procedure preset
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Tests / CI improvement
pytest tests/ -x
ruff check . && ruff format --check .- My code follows the project's style guidelines (
ruff checkpasses) - I have added tests that cover my changes
- All new and existing tests pass locally
- I have updated documentation if needed
- My changes generate no new warnings