Spaces:
Build error
Build error
| ## Description | |
| Brief description of changes and motivation. | |
| Fixes #(issue number) | |
| ## Type of Change | |
| - [ ] Bug fix (non-breaking change that fixes an issue) | |
| - [ ] New feature (non-breaking change that adds functionality) | |
| - [ ] Breaking change (fix or feature that would cause existing functionality to change) | |
| - [ ] Documentation update | |
| - [ ] Performance improvement | |
| - [ ] Code refactoring (no functional changes) | |
| ## Changes Made | |
| - Change 1 | |
| - Change 2 | |
| - Change 3 | |
| ## Testing | |
| Describe the tests you ran to verify your changes: | |
| - [ ] Unit tests pass (`pytest`) | |
| - [ ] Linting passes (`ruff check .`) | |
| - [ ] Type checking passes (`mypy headroom`) | |
| - [ ] New tests added for new functionality | |
| - [ ] Manual testing performed | |
| ## Test Output | |
| ``` | |
| # Paste relevant test output here | |
| pytest -v tests/test_your_feature.py | |
| ``` | |
| ## Checklist | |
| - [ ] My code follows the project's style guidelines | |
| - [ ] I have performed a self-review of my code | |
| - [ ] I have commented my code, particularly in hard-to-understand areas | |
| - [ ] I have made corresponding changes to the documentation | |
| - [ ] My changes generate no new warnings | |
| - [ ] I have added tests that prove my fix is effective or that my feature works | |
| - [ ] New and existing unit tests pass locally with my changes | |
| - [ ] I have updated the CHANGELOG.md if applicable | |
| ## Screenshots (if applicable) | |
| Add screenshots to help explain your changes. | |
| ## Additional Notes | |
| Any additional information that reviewers should know. | |