Auto merge of #8377 - servo:small-commits, r=metajack

Add a note about commit size.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8377)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-07 13:09:38 +05:30
commit c1ea669a7f

View file

@ -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.