- Add issue number followed by colon
:- For GitHub and GitLab issue numbers use square brackets
[#123]: - For Jira issues brackets are not needed
PROJ-123:
- For GitHub and GitLab issue numbers use square brackets
- Use the imperative, present tense: "Change" not "Changed" nor "Changes"
- Do capitalize the first letter
- Do not end the first line with a period
.
Branch names must all lowercase and follow the pattern
${BRANCH_TYPE}-${ISSUE_NUMBER}-${SHORT_DESCRIPTION}for example fix-123-handle-null-pointer
featureorfeat: when contains new feature or code refactoringdocumentationordoc: any documentation chagestest: when adding testsfix: for bug fixes
TODO