|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a clear and concise description of your changes --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an [x] --> |
| 8 | + |
| 9 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 10 | +- [ ] New feature (non-breaking change that adds functionality) |
| 11 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +- [ ] Documentation update |
| 13 | +- [ ] Refactoring (no functional changes) |
| 14 | +- [ ] Performance improvement |
| 15 | +- [ ] Test coverage improvement |
| 16 | + |
| 17 | +## Related Issues |
| 18 | + |
| 19 | +<!-- Link any related issues using #issue_number --> |
| 20 | + |
| 21 | +Closes # |
| 22 | + |
| 23 | +## Changes Made |
| 24 | + |
| 25 | +<!-- List the main changes in this PR --> |
| 26 | + |
| 27 | +- |
| 28 | +- |
| 29 | +- |
| 30 | + |
| 31 | +## SPEC Compliance |
| 32 | + |
| 33 | +<!-- If this PR relates to the TOON spec, indicate which sections are affected --> |
| 34 | + |
| 35 | +- [ ] This PR implements/fixes spec compliance |
| 36 | +- [ ] Spec section(s) affected: |
| 37 | +- [ ] Spec version: |
| 38 | + |
| 39 | +## Testing |
| 40 | + |
| 41 | +<!-- Describe the tests you added or ran --> |
| 42 | + |
| 43 | +- [ ] All existing tests pass |
| 44 | +- [ ] Added new tests for changes |
| 45 | +- [ ] Tested on Python 3.11 |
| 46 | +- [ ] Tested on Python 3.12 |
| 47 | +- [ ] Tested on Python 3.13 |
| 48 | +- [ ] Tested on Python 3.14 |
| 49 | + |
| 50 | +## Checklist |
| 51 | + |
| 52 | +<!-- Mark completed items with an [x] --> |
| 53 | + |
| 54 | +- [ ] My code follows the project's coding standards |
| 55 | +- [ ] I have added type hints to new code |
| 56 | +- [ ] I have run `ruff check` and `ruff format` |
| 57 | +- [ ] I have run `mypy` on my changes |
| 58 | +- [ ] I have added tests that prove my fix/feature works |
| 59 | +- [ ] New and existing tests pass locally |
| 60 | +- [ ] I have updated documentation (if needed) |
| 61 | +- [ ] My changes do not introduce new dependencies |
| 62 | + |
| 63 | +## Additional Context |
| 64 | + |
| 65 | +<!-- Add any other context about the PR here (optional) --> |
0 commit comments