mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
What is the approach for initial commits? #126
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 @VibingCreator on GitHub (Jun 5, 2021).
I have seen people using different ways to approach initial message commit:
chore: initial commitfeat: initial commitinitial commit@damianopetrungaro commented on GitHub (Jun 9, 2021):
This is an old and frequent question!
The answer is... you decide!
The important point to me is related to the clarity of the commit message, if it expresses the purpose then it's good ;)
https://github.com/conventional-commits/conventionalcommits.org/issues/109
If you have other qquestion feel free to repoen the ticket :)