From 8b3e54d1b9ae01e653273a476cc6955b87665c3c Mon Sep 17 00:00:00 2001 From: Lukasz Klich Date: Thu, 9 Jul 2015 18:44:49 +0200 Subject: [PATCH] Rebase and squash is now one of the steps --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 308e1b2..efd4cd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,5 +7,6 @@ for more information. 2. Create a topic branch - `git checkout -b my_branch` 3. Make your changes and update the History.txt file 4. Push to your branch - `git push origin my_branch` -5. Send me a pull-request for your topic branch -6. That's it! +5. Rebase and squash commits +6. Send me a pull-request for your topic branch +7. That's it!