# 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
- [ ] Refactoring (no functional changes, code improvements)
- [ ] Performance improvements
- [ ] Tests (adding or modifying tests)
- [ ] Governance
# Why we need this PR
# Summary of Changes
# How Has This Been Tested?
# Checklist
- [ ] All tests pass locally (`cargo test`)
- [ ] Examples compile and run correctly
- [ ] No new warnings introduced
- [ ] Tests added to prove my fix is effective or that my feature works
- [ ] Docs (if applicable) are updated
- [ ] CHANGELOG.md (if applicable) is updated
# Additional Notes