Commit Message Convention - decadevs/ONRAMP-010-WEEK-THREE GitHub Wiki
#Format of the commit message
<type>: <subject>
<BLANK LINE>
<body>
Any line cannot be longer than a 100 characters, meaning be concise.
Subject line
<type>
should be:
- feature
- bug
- chore
- release
- refactor
- test
<subject>
text should:
- use present tense: "save" not "saved" or "saving"
- not capitalize first letter i.e no "Carry to safety"
- not end with a dot (.)
Message body (optional) If a body is to be written, it should:
- written in present tense.
- include reason for change and difference in the previous behaviour