Skip to content

Latest commit

 

History

History
108 lines (72 loc) · 2.52 KB

File metadata and controls

108 lines (72 loc) · 2.52 KB

Description

Motivation

Fixes #(issue)

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
  • Performance improvement
  • Code refactoring
  • Test addition/update
  • Build/CI change

Changes Made

Testing

Test Coverage

  • Added new tests for new functionality
  • Updated existing tests for changed functionality
  • All tests pass locally (./gradlew test)
  • Integration tests pass (if applicable)

Manual Testing

Steps to test: 1. 2. 3.

Test environment:

  • OS:
  • Language version:
  • DataWeave CLI version:

Documentation

  • 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)

Checklist

  • 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

Breaking Changes

  • This PR includes breaking changes

Breaking changes:

Migration guide:

Screenshots (if applicable)

Additional Context

Reviewer Notes


For Maintainers:

  • Version bumped (if needed)
  • Release notes prepared (if needed)
  • CI/CD checks pass
  • Ready to merge