ethereum/snake-charmers-tactical-manual

Add section on git commits

pipermerriam opened this issue · 0 comments

This should all be suggestions that people should work towards.

  • Correctly tensed commit messages.
    • eg: fix bug 12345
    • eg not: fixes bug 1234, fixed bug 12345
  • Commit squashing
  • Rebasing
  • Logical commits
  • Dissecting large pull requests.
  • Aim for many small pull requests.