From 0a57b6183606d5904109cf8a7009d668acd73e44 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 18 Apr 2013 07:09:07 +1000 Subject: [PATCH] DOC: developers please rebase and use a single commit --- DEVELOP | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOP b/DEVELOP index 03edebbc..3e8e430a 100644 --- a/DEVELOP +++ b/DEVELOP @@ -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