skyline-console/tools/git_config/commit_message.txt
Hanxiang Gao 4eb68e7fb2 feat: Add initial code of skyline-console
Add initial code of skyline-console

Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00

21 lines
612 B
Plaintext

<type>: {Commit title}
{Commit description}
{Commit footer}
# --- 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 production code change)
# chore (updating grunt tasks etc; no production code change)
# ------------------
# Remember to
# The title first letter should be capitalized.
# Do not end the subject line with a period.
# ------------------