|
| 1 | +## Summary |
| 2 | + |
| 3 | +<!-- Brief description of what this PR does --> |
| 4 | + |
| 5 | +## Changes |
| 6 | + |
| 7 | +<!-- List the main changes in this PR --> |
| 8 | +- |
| 9 | +- |
| 10 | +- |
| 11 | + |
| 12 | +## Type of Change |
| 13 | + |
| 14 | +<!-- Mark the relevant option with an "x" --> |
| 15 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 16 | +- [ ] New feature (non-breaking change which adds functionality) |
| 17 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 18 | +- [ ] Documentation update |
| 19 | +- [ ] Code refactoring |
| 20 | +- [ ] Performance improvement |
| 21 | +- [ ] Test improvement |
| 22 | +- [ ] CI/CD improvement |
| 23 | +- [ ] Chore/maintenance |
| 24 | + |
| 25 | +## Testing |
| 26 | + |
| 27 | +<!-- Describe how you tested these changes --> |
| 28 | +- [ ] Tests pass locally (`uv run pytest -v`) |
| 29 | +- [ ] Added new tests for this change |
| 30 | +- [ ] Updated existing tests |
| 31 | + |
| 32 | +## Documentation |
| 33 | + |
| 34 | +<!-- Check if documentation needs updating --> |
| 35 | +- [ ] Updated README.md (if API changed) |
| 36 | +- [ ] Updated CHANGELOG.md (if notable change) |
| 37 | +- [ ] Added/updated code comments |
| 38 | +- [ ] Added/updated docstrings |
| 39 | + |
| 40 | +## Checklist |
| 41 | + |
| 42 | +<!-- Mark completed items with an "x" --> |
| 43 | +- [ ] Code formatted (`uv run ruff format`) |
| 44 | +- [ ] Lint checks pass (`uv run ruff check`) |
| 45 | +- [ ] Tests pass (`uv run pytest -v`) |
| 46 | +- [ ] **Version NOT changed** (maintainers bump version after merge) |
| 47 | +- [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) |
| 48 | +- [ ] No breaking changes (or documented above) |
| 49 | +- [ ] Added tests for new features |
| 50 | +- [ ] Documentation is up to date |
| 51 | + |
| 52 | +## Additional Notes |
| 53 | + |
| 54 | +<!-- Any additional information reviewers should know --> |
0 commit comments