Pull request template
Description¶
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Dependencies: List any dependencies that are required for this change.
Fixes # (issue)
Type of change¶
Please delete options that are not relevant.
- 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)
- This change requires a documentation update
How Has This Been Tested?¶
Please describe the tests that you ran to verify your changes.
- Test A
- Test B
Self review:¶
Please check that your changes...
- meet the user experience and documentation or architecture design report, if there is one
- follow a consistent and well-suited approach
- follow the style guidelines of the project
- generate no new warnings, no regressions and be compatible with existing features
- pass sonarlint checks
- include code and user documentation updates, if applicable
- include tests that prove the fix is effective or the feature works
- pass new and existing unit tests locally
- include the standard SDK Apache License 2.0 header in all new files
- are not blocked from merge (i.e. do not depend on unmerged or unpublished features in dependent modules)