Bill Farner created AURORA-635:
----------------------------------
Summary: Automatically sanitize git commit messages
Key: AURORA-635
URL: https://issues.apache.org/jira/browse/AURORA-635
Project: Aurora
Issue Type: Story
Reporter: Bill Farner
Priority: Minor
We've adopted an informal standard of formatting for git commit messages, using
the output from {{rbt}} as a starting point. One occasionally-missed manual
step is to wrap the commit text at a consistent length. I also propose that we
always omit the "Testing done" section, which is ~always redundant or
irrelevant to the commit. The resulting commit format would be:
{noformat}
$message
[Bugs closed: $jira_id
]Reviewed at https://reviews.apache.org/r/$rb_id/
{noformat}
Where {{message} is wrapped at 80 cols.
--
This message was sent by Atlassian JIRA
(v6.2#6252)