-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit-template.txt
More file actions
48 lines (44 loc) · 971 Bytes
/
Copy pathcommit-template.txt
File metadata and controls
48 lines (44 loc) · 971 Bytes
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
41
42
43
44
45
46
47
48
#
#########################
# Start of Commit Message
#########################
#
#
# Title
# Body
# Footer
#
#
#######################
# End of Commit Message
#######################
#
#
# Keep each commit line under 50 characters
# Following conventional commits 1.0.0
#
# Use the prefix naming convention:
# fix: patches a bug in the codebase
# feat: introduces a new feature to the codebase
# refactor: only used when refactoring code
# docs: used when modifying/creating docs
# build: when preparing for a build
#
# Commits should follow the format below:
#
# [Title]
# <type>(optional scope): In under 50 characters, description of the commit
#
# [Body]
# Explain in detail what was done in this commit and
# what this is supposed to achieve. Keep this section
# under 72 characters per line.
#
# [Footer]
# Use this section to add any PR/Ticket numbers that this
# commit is solving or any co-authors. If none of these apply, # leave it empty.
#
#
#
#
#