Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 670 Bytes

commit.meow

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

       /‾‾‾‾‾‾‾‾
  😼  <  Meow! Please use semantic commit messages
       \________

  <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.