## Commit Messages

Commit messages should be written as if they were commands, and should not exceed 80 characters. The purpose of the commit message is to summarize what the commit should do when it is applied to the tree.

  - Add the ability to do interesting stuff
  - Remove the ability to do boring stuff

Whenever possible, a Commit message should also be accompanied by at least a sentence or two that explains the rationale behind it.

You don't have the right to remain silent.  Anything you say will not be used against you.
