|
1
|
## Summary |
|
2
|
|
|
3
|
<!-- Briefly describe what this PR does and why. --> |
|
4
|
|
|
5
|
## Type of Change |
|
6
|
|
|
7
|
- [ ] Bug fix (non-breaking change that fixes an issue) |
|
8
|
- [ ] New feature (non-breaking change that adds functionality) |
|
9
|
- [ ] Documentation update |
|
10
|
- [ ] Refactor (no functional changes) |
|
11
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
|
12
|
|
|
13
|
## Test Plan |
|
14
|
|
|
15
|
<!-- Describe how you tested these changes. Include commands or scenarios. --> |
|
16
|
|
|
17
|
## Checklist |
|
18
|
|
|
19
|
- [ ] Tests pass (`pytest tests/`) |
|
20
|
- [ ] Lint is clean (`ruff check src/ tests/`) |
|
21
|
- [ ] Documentation updated (if applicable) |
|
22
|
- [ ] Commit messages follow project conventions |
|
23
|
|