mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
non-conventional commit provided as example #222
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 @FyiurAmron on GitHub (Mar 18, 2025).
The example commit message of
is actually non-conventional. The conventional style of commit message is that the imperative verb describes the character of the change done by the commit (add, allow, fix, drop, change, prevent, correct, substitute etc.) - in this example, however, the verb is part of the functionality of the feature that was implemented. Arguably, the commit verb says what the commit will do - and here, the commit doesn't "send an email", it "allow[s] to send an email" or "add[s] sending an email" etc.
Also, the rules say commit should say "what" and "why". In this case, grammatically the "what" is not obvious, and has to be explicated from the context (are we adding this functionality? maybe there is a post-commit hook that actually sends the emails and the commit is needed for that?)
If a style allowing just the title of the functionality implemented is allowed, it's possible it will be even more ambiguous than here - what if you're working on a bug tracker software patch? (Jira or Redmine e.g.) You'd then have e.g. "feat: remove bug list view", and now tell me: does this remove the bug list view from the software, or adds the functionality to remove the bug list view for the software user? :)
@changeschung commented on GitHub (Apr 10, 2025):
Dude it feels like you guys wanted to come back with full recorses if I had it I already started earning the hexa was gone the 2nd day of my minting
@changeschung commented on GitHub (Apr 10, 2025):
Try your best find it out if you can cause seriously I don't have it
I just took what I paste
@bcoe commented on GitHub (May 2, 2025):
@FyiurAmron feel free to send a patch with an alternate example 👍
@Michael21107 commented on GitHub (Dec 12, 2025):
Also, isn't the term ''breaking'' in the context of a public API, rather than a ''major feature''?