# Type of change Please select the type of change: - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] CI/CD improvements - [ ] Refactoring - [ ] Other: _____ ## Description Brief description of the changes... ## Motivation and context Why is this change required? What problem does it solve? Fixes issue #___ ## How has this been tested? Describe the tests that you ran to verify your changes: - [ ] Unit tests - [ ] Integration tests - [ ] Manual testing - [ ] Other: _____ ## Checklist - [ ] I have performed a self-review of my own code - [ ] I have tested my changes thoroughly - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] If I used AI tools, I have disclosed their use in the description of my changes and reviewed the output for accuracy ## Breaking changes If this is a breaking change, describe what breaks and how to migrate: ## Additional notes Any additional information or notes for reviewers: