-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
.gitmessage
33 lines (28 loc) · 903 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
component: Some awesome subject
Why:
- …
What:
- …
Bug: TXXXXX
#
# When in doubt, consult https://www.mediawiki.org/wiki/Gerrit/Commit_message_guidelines
#
# - Subject should be 50 characters or less
# - Separate body from subject
# - Use imperative mood, avoid passive voice
# - Wrap the body text at 72 chars
#
# Explain "why" and "what". If it does not make sense to include
# this in your commit message, then delete those sections.
#
# Don't forget the Bug: line
# Don't leave a blank line after the Bug: line
#
# If you are unsure about what to use for component:
# - "HookContainer" could work for changes to include/HookContainer
# - "phpunit" for changes to PHPUnit tests
# - "Authentication" for changes affecting multiple sections
# relating to user authentication
#
# Hint: you can enable this to be used as a template for git commit
# git config commit.template .gitmessage