skyline-apiserver/tools/git_config/commit_message.txt
Hanxiang Gao 38ea9e3d59 feat: Add initial code of skyline-apiserver
Add initial code of skyline-apiserver

Change-Id: Ib425960b707237193fd8531fb3989f29282f5b58
2021-06-01 23:39:57 +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.
# ------------------