## Description
## 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
- [ ] 🎨 Style/formatting change
- [ ] ♻️ Refactoring (no functional changes)
- [ ] ⚡ Performance improvement
- [ ] ✅ Test update
- [ ] 🔧 Configuration change
- [ ] 🔨 Build/CI change
## Related Issues
Fixes #
## Changes Made
-
-
-
## Testing
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have run `cargo test` and all tests pass
- [ ] I have run `cargo fmt` and `cargo clippy`
## Screenshots (if applicable)
## Checklist
- [ ] My code follows the project's coding style
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated documentation if needed
- [ ] My changes generate no new warnings
- [ ] My branch follows git-flow naming conventions
## Git Flow
- **Source branch:** `feature/...`, `bugfix/...`, `release/...`, or `hotfix/...`
- **Target branch:**
- `develop` for features and bugfixes
- `main` for releases and hotfixes
## Additional Notes