We like commits to be clear, concise and easy to review. To achieve this, keep your commits as small and specific as possible.
For a discussion on the importance of good commit messages, please see this article.
When writing commit messages follow these rules:
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move file to..." not "Moves file to...")