CONTRIBUTING.md in hydra-batch-edit-1.0.2 vs CONTRIBUTING.md in hydra-batch-edit-1.1.0

- old
+ new

@@ -76,9 +76,11 @@ * Run _all_ the tests to assure nothing else was accidentally broken. * When you are ready to submit a pull request ### Submitting Changes +[Detailed Walkthrough of One Pull Request per Commit](http://ndlib.github.io/practices/one-commit-per-pull-request/) + * Read the article ["Using Pull Requests"](https://help.github.com/articles/using-pull-requests) on GitHub. * Make sure your branch is up to date with its parent branch (i.e. master) * `git checkout master` * `git pull --rebase` * `git checkout <your-branch>`