DEV Community

Discussion on: Patterns for writing better git commit messages

Collapse
 
ibrokemycomputer profile image
Josh Martens

Verb tense in commit messages is always a fun one, and each "tense" has a reason (IMO.. comment away but I'm not passionate enough to debate)

Past: What happened to the code, good for merge
Present: Current state of the code, middle-ground for merge/PR
Future: What will happen to the code, good for PR