mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-23 06:01:43 -05:00
Which type the initial / first commit message should take? #53
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 @ghost on GitHub (Dec 13, 2018).
chore: create projectfeat: ...refactor: ...@stevemao commented on GitHub (Dec 13, 2018):
My answer might not be popular but
Personally I don't even use any convention for the first commit. No linters, and only write ugly code. Conventions are only useful in an engineering team. The first commit is probably just a PoC. I only start introducing any conventions when it's the right time.
I'm interested to hear other opinions.
@damianopetrungaro commented on GitHub (Dec 13, 2018):
mine one is usually
Initial commit@cognitivim commented on GitHub (Dec 17, 2018):
for github initial commit (with empty readme):
@ghost commented on GitHub (Dec 18, 2018):
@punkusha Awesome answer! ❤️