Copying my comment from #2802947-5: [meta] Use the Git commit message format from AngularJS.
-------------------------------------------------------------
Instead of putting everything inside the commit summary, few things can be put inside the commit description.
Like this:
fix(phpunit): set SIMPLETEST_USER_AGENT every 5s
Issue #2771547 by Lendude, klausi, dawehner, alexpott, pwolanin
More info:
- In Browser and FunctionalJavascript tests SIMPLETEST_USER_AGENT cookie needs to be set every 5 seconds
Commit message based on this template:
Capitalized, short (50 chars or less) summary
Issue #NUMBER by CREDITS
More info (optional):
- Info 1
- Info 2
We can then program the Bot to parse the third line of commit and give credits to the user.
This way the commit summary looks cleaner.
Reference:
- http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
- http://chris.beams.io/posts/git-commit