Add section on git commits
pipermerriam opened this issue · 0 comments
pipermerriam commented
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.