-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgitmessage
More file actions
28 lines (27 loc) · 1.1 KB
/
gitmessage
File metadata and controls
28 lines (27 loc) · 1.1 KB
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
# 50-character subject line
#
# 72-character wrapped longer description. This should answer:
#
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
# Include a link to the ticket, if any.
#
# Don't forget the following emoji:
#
# * :art: `:art:` when improving the format/structure of the code
# * :racehorse: `:racehorse:` when improving performance
# * :non-potable_water: `:non-potable_water:` when plugging memory leaks
# * :memo: `:memo:` when writing docs
# * :penguin: `:penguin:` when fixing something on Linux
# * :apple: `:apple:` when fixing something on Mac OS
# * :checkered_flag: `:checkered_flag:` when fixing something on Windows
# * :bug: `:bug:` when fixing a bug
# * :fire: `:fire:` when removing code or files
# * :green_heart: `:green_heart:` when fixing the CI build
# * :white_check_mark: `:white_check_mark:` when adding tests
# * :lock: `:lock:` when dealing with security
# * :arrow_up: `:arrow_up:` when upgrading dependencies
# * :arrow_down: `:arrow_down:` when downgrading dependencies
# * :shirt: `:shirt:` when removing linter warnings