mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-23 14:20:55 -05:00
Add commit type recommendations with examples as an own block #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zerotask on GitHub (Jul 13, 2020).
At the moment there are just the 2 mandatory commit types fix and feat. Personally I also follow the recommended other commit types from point 4
There is an external link to the Angular convention which shows a better overview of the recommended commit types.
My suggestion is to add a block (Recommended commit types), similar to that from the Angular convention to the definition (index.md) to give a short summary / explanation of each recommended commit type
@damianopetrungaro commented on GitHub (Jul 16, 2020):
Looks like #283
We can discuss it there tho :)
Love this one tho, amazing idea @Zerotask !