From 4d62191e34230e9d25289ef5dfa77cca23e06fab Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Tue, 18 Aug 2020 16:34:31 -0500 Subject: [PATCH] docs(CONTRIBUTING): add another general rule --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5773d3c..e535429 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,7 @@ The `description` is a decriptive summary of the change the PR will make. ### General Rules - 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