-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmessage
More file actions
33 lines (30 loc) · 1.82 KB
/
Copy path.gitmessage
File metadata and controls
33 lines (30 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Subject (keep less than 50 characters)
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
;<!-- Subject text up do this column -->
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
;<!-- 1. Limit the subject line to 50 -->
;<!-- characters; -->
;<!-- 2. Capitalize the subject line; -->
;<!-- 3. Do not end the subject line with a -->
;<!-- period; -->
;<!-- 4. Use the imperative mood in the -->
;<!-- subject line; -->
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
## Changes Description
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
;<!-- No character this column on the commit body -->
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
;<!-- 1. Wrap the body at 72 characters; -->
;<!-- 2. Use Markdown notation to write the commit's body; -->
;<!-- 3. Use the body to explain what changes you have made and why -->
;<!-- you made them; -->
;<!-- 4. Do not assume the reviewer understands what the original -->
;<!-- problem was, ensure you add it; -->
;<!-- 5. Do not think your code is self-explanatory; -->
;<!-- 6. Use '-' for itemized lists, and ensure each item has a ';' -->
;<!-- at the end of it; -->
;<!-- 7. On list items longer than 72 characters, make sure you -->
;<!-- wrap the text, and use dangling space to indicate a text -->
;<!-- continuation; -->
;<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
;<!-- LaTeX: enabled=false -->