1 component: Some awesome subject
13 # When in doubt, consult https://www.mediawiki.org/wiki/Gerrit/Commit_message_guidelines
15 # - Subject should be 50 characters or less
16 # - Separate body from subject
17 # - Use imperative mood, avoid passive voice
18 # - Wrap the body text at 72 chars
20 # Explain "why" and "what". If it does not make sense to include
21 # this in your commit message, then delete those sections.
23 # Don't forget the Bug: line
24 # Don't leave a blank line after the Bug: line
26 # If you are unsure about what to use for component:
27 # - "HookContainer" could work for changes to include/HookContainer
28 # - "phpunit" for changes to PHPUnit tests
29 # - "Authentication" for changes affecting multiple sections
30 # relating to user authentication
32 # Hint: you can enable this to be used as a template for git commit
33 # git config commit.template .gitmessage