conventionalcommits.org
conventionalcommits.org copied to clipboard
Add git command for writing conventional commits to examples
git commit -m or git commit -m "<title>" -m "<description>" can be used for conventional commits. The main problem is adding newlines between body and title. Maybe add examples showing that.
That it needs to be tested