forked from planimation/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmessage
executable file
·40 lines (36 loc) · 894 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
37
38
39
40
[1234] Fix issue of bad commit messages
#
# Please provide your commit's subject above this line.
#
# Guidelines
#
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Add [ISSUE NUMBER] at the beginning of the subject line, e.g. [1234].
# 3. Capitalize the first letter subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# Description of your commit should go below. Make sure to leave
# one empty line after your description.
#
#
# Finally, please add a reference to other issues or pull
# request on GitHub here below.
#
# Example
# -------
#
# Resolves #1
# Resolves #2
# Closes #3
#
# Accepted keywords are:
#
# * Resolves
# * Closes
# * See also
#
Resolves #1234