mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add a note about commit size.
This commit is contained in:
parent
9fea6d2e46
commit
692a0d3558
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ on how to start working on Servo.
|
||||||
branch before submitting your pull request. If it doesn't merge cleanly with
|
branch before submitting your pull request. If it doesn't merge cleanly with
|
||||||
master you may be asked to rebase your changes.
|
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
|
- Don't put submodule updates in your pull request unless they are to landed
|
||||||
commits.
|
commits.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue