docs(CONTRIBUTING): add another general rule

This commit is contained in:
Jordan Knott 2020-08-18 16:34:31 -05:00
parent 2485723097
commit 4d62191e34

View File

@ -24,6 +24,7 @@ The `description` is a decriptive summary of the change the PR will make.
### General Rules ### General Rules
- All PRs should be rebased (with master) and commits squashed prior to the final merge process - All PRs should be rebased (with master) and commits squashed prior to the final merge process
- One PR per fix or feature
### Git Commit Message Style ### Git Commit Message Style