https://www.conventionalcommits.org/en/v1.0.0/
e.g.
feat: create NewForm component
or
fix: update broken link in NewForm component
Tell us what it is doing from a technical perspective.
Tell us why this is required from a business/product perspective.
Add a link to the Jira ticket.
-
My PR title follows the Conventional Commit spec.
-
I have filled out the PR description as per the template above.
-
I have added tests to cover new or changed behaviour.
-
I have updated any relevant documentation.