Skip to content

Instantly share code, notes, and snippets.

@yoonseopshin
Last active June 29, 2021 10:25
Show Gist options
  • Save yoonseopshin/00eecd8df5ec33ae8d1a6600597eb408 to your computer and use it in GitHub Desktop.
Save yoonseopshin/00eecd8df5ec33ae8d1a6600597eb408 to your computer and use it in GitHub Desktop.
Git commit template
# <type>: <subject>
##### Subject 50 characters ################# -> |
# Body Message
######## Body 72 characters ####################################### -> |
# Issue Tracker Number or URL
# --- COMMIT END ---
# Type can be
# Feat : new feature
# Fix : bug fix
# Refactor: refactoring production code
# Style : formatting, missing semi colons, etc; no code change
# Docs : changes to documentation
# Test : adding or refactoring tests
# no productin code change
# Chore : updating grunt tasks etc
# no production code change
# ------------------
# Remember me
# Capitalize the subject line
# Use the imperative mood in the subject line
# Do not end the subject line with a period
# Separate subject from body with a blank line
# Use the body to explain what and why vs. how
# Can use multiple lines with "-" for bullet points in body
# ------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment