conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
6.73k stars 520 forks source link

Add git command for writing conventional commits to examples #447

Open RayZ0rr opened 2 years ago

RayZ0rr commented 2 years ago

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.

Hi2885 commented 6 months ago

That it needs to be tested