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!