forked from jriddell/sddm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.commit-template
30 lines (25 loc) · 1.11 KB
/
.commit-template
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
# ==[ Subject: One line only short meaningful description for logs ]===|
# ==[ Details: Describe what changed and explain why it changed ]======|
# Change log entry (see below for instructions).
#[ChangeLog][][]
# ==[ Footers: Uncomment and edit where applicable ]===================|
#
# One issue per entry. Remember space after colon.
#Issue:
#
# If this commit closes an issue use this. Remember space after colon.
#Closes:
#
# ==[ Please wrap at 72 characters ]===================================|
#
# Change log entry: If this commit adds a significant feature, fixes an
# issue or contains a behavior change that is relevant to others,
# add a change log entry. It can be multiple lines long and ends with an
# empty newline. Try to integrate it into the flow of the commit message
# to avoid redundancy.
# Use the module name to indicate the area of the change e.g. [Greeter].
# Optionally specify a class or subtopic [Daemon][Display].
# Other common tags are: [General] or [Important Behavior Changes].
#
# [ChangeLog][module][class/topic] description of the really important
# change that was just made on several lines.