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.

Revisions

  1. manncodes revised this gist Jun 16, 2021. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions commit-messages.md
    Original 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
    /‾‾‾‾‾‾‾‾
    😼 < Meow! Please use semantic commit messages
    \________

    <type>[<scope>]: <short summary>
    │ │ │
  2. manncodes created this gist Jun 16, 2021.
    20 changes: 20 additions & 0 deletions commit-messages.md
    Original 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.

    ```