mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Use imperative present tense verb in example #42
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 @apetro on GitHub (Aug 20, 2018).
Originally assigned to: @hutson on GitHub.
While Conventional Commits itself does not specify verb voice and tense for the description, it's common to use imperative, present tense describing what the commit, if applied, does, rather than past tense describing what was done. So adopt this convention in the example, making the commit message example more relatable.
Before:
After:
See #65 for an implementation.
#77 would go further and recommend imperative present tense, rather than just modeling it in this example commit message.