Last active
June 29, 2021 10:25
-
-
Save yoonseopshin/00eecd8df5ec33ae8d1a6600597eb408 to your computer and use it in GitHub Desktop.
Git commit template
This file contains 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 characters
# <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