DOC: developers please rebase and use a single commit

pull/178/head
Daniel Black 2013-04-18 07:09:07 +10:00
parent 3e0e0482ae
commit 0a57b61836
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ When submitting pull requests on GitHub we ask you to:
* Clearly describe the problem you're solving;
* Don't introduce regressions that will make it hard for systems adminstrators
to update;
* If adding a major feature rebase your changes on master and get to a single commit;
* Include test cases (see below);
* Include sample logs (if relevant);
* Include a change to the relevant section of the ChangeLog; and