First and foremost, please don't take committing on master lightly. Every time you commit and push to master, i encourage you to triple-check your commit message, and run the build one last time. Remember, *once you've pushed to master, it's there forever*.
Unfortunately we have some manual lint steps, which will hopefully be automated in the near future: - Wrap your commit message at 100 cols. - Remove any redundancy in the commit message (e.g. rbt pulls the summary and description, which often overlap) - Keep the commit message at a sane length. The "Testing Done" section is rarely interesting, and should not include lengthy terminal output. Thanks! -=Bill