.gitcommit
· 788 B · Text
原始文件
[tag][#ISSUE] Subject
# |<---- Using a Maximum Of 50 Characters ---->|
Description
BREAKING CHANGES:
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# --- COMMIT END ---
# Tag 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)
# ci (changes in CI configurations)
# version (version bump/new release; no production code change)
# hack (Temporary fix to make things move forward; please avoid it)
# WIP (Work In Progress; for intermediate commits to keep patches reasonably sized)
#
# Note: Multiple tags can be combined, e.g. [fix][jsr292] Fix issue X with methodhandles
| 1 | [tag][#ISSUE] Subject |
| 2 | # |<---- Using a Maximum Of 50 Characters ---->| |
| 3 | |
| 4 | Description |
| 5 | BREAKING CHANGES: |
| 6 | # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| |
| 7 | |
| 8 | # --- COMMIT END --- |
| 9 | # Tag can be |
| 10 | # feat (new feature) |
| 11 | # fix (bug fix) |
| 12 | # refactor (refactoring production code) |
| 13 | # style (formatting, missing semi colons, etc; no code change) |
| 14 | # docs (changes to documentation) |
| 15 | # ci (changes in CI configurations) |
| 16 | # version (version bump/new release; no production code change) |
| 17 | # hack (Temporary fix to make things move forward; please avoid it) |
| 18 | # WIP (Work In Progress; for intermediate commits to keep patches reasonably sized) |
| 19 | # |
| 20 | # Note: Multiple tags can be combined, e.g. [fix][jsr292] Fix issue X with methodhandles |