Fixes #(issue)
- 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
- Performance improvement
- Code refactoring
- Test addition/update
- Build/CI change
- Added new tests for new functionality
- Updated existing tests for changed functionality
- All tests pass locally (
./gradlew test) - Integration tests pass (if applicable)
Steps to test: 1. 2. 3.
Test environment:
- OS:
- Language version:
- DataWeave CLI version:
- Updated README (if needed)
- Updated API documentation (if needed)
- Updated CHANGELOG.md (for user-facing changes)
- Added/updated code comments (for complex logic)
- Updated language binding docs (if applicable)
- My code follows the project's coding standards
- I have performed a self-review of my own 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 or errors
- I have added tests that prove my fix is effective or that my feature works
- New and existing tests pass locally with my changes
- Any dependent changes have been merged and published
- This PR includes breaking changes
For Maintainers:
- Version bumped (if needed)
- Release notes prepared (if needed)
- CI/CD checks pass
- Ready to merge