19 lines
626 B
Cheetah
19 lines
626 B
Cheetah
# Type describes the nature of the change
|
|
type(scope): concise description
|
|
|
|
# Message body - Explain in detail what has been changed and why
|
|
# Use the present tense: "Add" instead of "Added" or "Adds"
|
|
|
|
|
|
# List of change types:
|
|
# feat : New feature
|
|
# fix : Bug fix
|
|
# docs : Documentation only
|
|
# style : Formatting, missing semicolons, etc.
|
|
# refactor : Code change that neither fixes a bug nor adds a feature
|
|
# test : Adding missing tests or correcting existing tests
|
|
# chore : Maintenance, dependencies, etc.
|
|
|
|
# Closes/Fixes/Resolves: #123 (if applicable)
|
|
# Co-authored-by: Name <email> (if applicable)
|