From cf9ed7195439b67e9f6a788b0681288fa7f0b89f Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Wed, 4 Sep 2013 09:15:09 -0700 Subject: [PATCH] lol tests --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ba51fd..57e55b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,7 @@ Want to contribute? Awesome! Thank you so much. 1. [Fork it](https://help.github.com/articles/fork-a-repo) 2. Create a feature branch (`git checkout -b my-new-feature`) -3. Commit changes, **with tests** (`git commit -am 'Add some feature'`) -4. Run the tests (`bundle exec rake`) -5. Push to the branch (`git push origin my-new-feature`) -6. Create new [Pull +3. Commit changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new [Pull Request](https://help.github.com/articles/using-pull-requests)