Skip to content

Instantly share code, notes, and snippets.

@ohing504
Last active September 18, 2018 02:04
Show Gist options
  • Save ohing504/4153b71842da6a46636df6c7b25df8ca to your computer and use it in GitHub Desktop.
Save ohing504/4153b71842da6a46636df6c7b25df8ca to your computer and use it in GitHub Desktop.
commit-message-template
# Tag: Short description (fixes #1234)
# Leave a blank line to distinguish between title and body
# Longer description here if necessary
# Rules
#
# The 'Tag' is one of the following:
# . feat: A new feature
# . fix: A bug fix
# . docs: Documentation only changes
# . style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
# . refactor: A code change that neither fixes a bug nor adds a feature
# . perf: A code change that improves performance
# . build: Changing build process
# . test: Adding missing tests or correcting existing tests
# . ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
# . chore: Other changes that don't modify src or test files
# . revert: Reverts a previous commit
#
# The 'Short description' write less than 72 characters.
#
# 이슈가 완전히 해결되었다면 (closes #1234)를, 그렇지 않다면 (refs #1234)를 사용한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment