-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
23 lines (18 loc) · 752 Bytes
/
.gitmessage
File metadata and controls
23 lines (18 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Title: Summary, imperative, start upper case, don't end with a period
# No more than 50 chars. #### 50 chars is here: #
<type>(#)
# Remember blank line between title and body.
# Body: Explain *what* and *why* (not *how*)
# Wrap at 72 chars. ################################## which is here: #
# At-least one blank line before Co-authored-by
# Co-authored-by:
# --- COMMIT END ---
# Type can be:
# feat (new feature)
# fix (bug fix)
# docs (documentation changes)
# style (formatting, missing semi colons, etc; no code change)
# refactor (refactoring code)
# test (adding tests, refactoring tests; no production code change)
# chore (updating build tasks, package manager configs, etc)
# --------------------