Last active
June 16, 2021 15:13
-
-
Save manncodes/53e652bf54bb244f0afa3beff228fb1a to your computer and use it in GitHub Desktop.
Revisions
-
manncodes revised this gist
Jun 16, 2021 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,6 @@ See how a minor change to your commit message style can make you a better progra ```shell <type>[<scope>]: <short summary> │ │ │ -
manncodes created this gist
Jun 16, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # Semantic commit messages See how a minor change to your commit message style can make you a better programmer. ```shell /‾‾‾‾‾‾‾‾ 😼 < 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. ```