- Bug fix (non-breaking change which fixes an issue)
- Enhancement (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation
- Maintenance (version updates, config changes, etc)
- Third-Party/Dependency integration change (schema changes, new/removed/updated APIs)
- I have added this PR to the
CHANGELOG.mdwhere most applicable - I have applied an applicable label to this PR
- My code follows the style guidelines of this project
- 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
- I have attached screenshots (if applicable)
- I have updated the application's SBOM (if applicable)
- I have updated the
DRAFT_RELEASE_NOTES.md(if applicable) - I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published in downstream modules
- After creating this PR, I have resolved any issues with the automated PR checks