1.0.0 • Published 4 years ago

commitizen-hme v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

commitizen-hme

Coding Rule

# [Type]: Title
[Type]: Title

##### Title must be less than 100 characters ##### -> |

Cause : 
Solution : 
Issue ID : 
ETC : 

##### Body should be less than 100 characters per line ##### -> |

# --- COMMIT END ---
#  [Type] List
#   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
#   test:     Adding missing tests or correcting existing tests
#   build:    Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
#   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 first letter of the title must be uppercase
#   No periods (.) at the end of the title
#   Title and body must be separated by one line
#   Separate messages with " - " when writing multiple lines of body
#     /* cause :
#      *   - cause A
#      *   - cause B
#      */
# ------------------