The Contributing Guide has more details and tips for committing properly.
Review the following checklist to ensure a smooth pull request experience.
[ ] Did you squash your changes to a single commit?
[ ] Do you need an Apache Jira ticket?Expand for guidance...
Yes
if your change requires a release note.Yes
if your change is a breaking change.No
if you change is trivial, such as fixing a typo.Breaking-Change
label to the Jira ticket.lib/<language>/README.md
file.CHANGES.md
file.Yes
for any code changeYes
for any build script changeYes
for any docker build environment changeYes
for any change affecting the cross test suiteNo
for documentation-only changesNo
for trivial changes, for example fixing a typo. For more information about committing, see the Contributing Guide.