aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-11-06 17:45:26 +0100
committerMs2ger <ms2ger@gmail.com>2015-11-06 17:45:26 +0100
commit692a0d3558d5e15c16f62d6010eec67e3580a539 (patch)
treeb04687688658e714b72807825cfd5cb133220001 /CONTRIBUTING.md
parent9fea6d2e46dd917f16a5f1ec0f6484e8164c7a3a (diff)
downloadservo-692a0d3558d5e15c16f62d6010eec67e3580a539.tar.gz
servo-692a0d3558d5e15c16f62d6010eec67e3580a539.zip
Add a note about commit size.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f5768fee4c4..cf12e0ae34c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,6 +23,9 @@ on how to start working on Servo.
branch before submitting your pull request. If it doesn't merge cleanly with
master you may be asked to rebase your changes.
+- Commits should be as small as possible, while ensuring that each commit is
+ correct independently (i.e., each commit should compile and pass tests).
+
- Don't put submodule updates in your pull request unless they are to landed
commits.