mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
What is the genral convention for mixed commit message.? eg: if a commmit contains refractor, fix and style changes. #125
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 @johnsoncherian on GitHub (May 29, 2021).
What is the general convention for mixed commit message.? eg: if a commit contains refractor, fix and style changes. Does the fix gets the highest priority.?
@VibingCreator commented on GitHub (Jun 5, 2021):
From my understanding, the whole key is to make more commits. Just avoid such situations, commit every change.
@damianopetrungaro commented on GitHub (Jun 9, 2021):
That's the point tho!
Making more commit, smaller with a more declarative and easy-to-understand scope, is the way to go!
Gonna close this, @j0hn5on feel free to reopen if you have any follow up question :D