forked from evergreen-library-system/Evergreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit-template
More file actions
25 lines (17 loc) · 800 Bytes
/
commit-template
File metadata and controls
25 lines (17 loc) · 800 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
## LP#<number>: <Title>
# Add a short, descriptive title preferably beginning with an action verb.
## <body>
# Please enter descriptive text explaining the change and why it was made.
# In the case of a bug fix, steps to reproduce the bug and test the
# fix are useful.
## Release-note: <release note text>
# Larger changes with extensive release notes in a separate file
# and/or documentation updates may ignore the above.
# Additional authors or direct contributors for a commit can be
# credited with lines like the followiing:
## Co-authored-by: <Their Name <[email protected]> >
## Signed-off-by: <Your Name <[email protected]> >
# Above can be done with -s option to git commit.
# See
# https://wiki.evergreen-ils.org/doku.php?id=dev:git#commit_messages
# for more information.