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.