-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitmessage
36 lines (27 loc) · 998 Bytes
/
gitmessage
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
34
35
36
Why:
*
This change addresses the need by:
*
Side effects:
*
# 50-character subject line
#
# 72-character wrapped longer description.
# Use the body to explain what and why vs. how
# Subject Line Imperative Help
# A properly formed Git commit subject line should always be able to complete the following sentence:
#
# If applied, this commit will your subject line here
# For example:
#
# If applied, this commit will refactor subsystem X for readability
# If applied, this commit will update getting started documentation
# If applied, this commit will remove deprecated methods
# If applied, this commit will release version 1.0.0
# If applied, this commit will merge pull request #123 from user/branch
# Notice how this doesn’t work for the other non-imperative forms:
#
# If applied, this commit will fixed bug with Y
# If applied, this commit will changing behavior of X
# If applied, this commit will more fixes for broken stuff
# If applied, this commit will sweet new API methods