Skip to content

Instantly share code, notes, and snippets.

@manncodes
Last active June 16, 2021 15:13
Show Gist options
  • Save manncodes/53e652bf54bb244f0afa3beff228fb1a to your computer and use it in GitHub Desktop.
Save manncodes/53e652bf54bb244f0afa3beff228fb1a to your computer and use it in GitHub Desktop.

Semantic commit messages

See how a minor change to your commit message style can make you a better programmer.

  <type>[<scope>]: <short summary>
     │      │             │
     │      │             └─> Summary in present tense. Not capitalized. No period at the end. 
     │      │
     │      └─> Scope (optional): eg. common, compiler, authentication, core
     │                                                                                          
     └─> Type: chore, docs, feat, fix, refactor, style, or test.
     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment