From ee987eb67f54e128f135c7df126847055813780e Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 8 May 2011 20:49:02 -0700 Subject: [PATCH] Update section on committing a pull request --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81062b1..a04510a 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ Submitting a Pull Request 1. Fork the project. 2. Create a topic branch. 3. Implement your feature or bug fix. -4. Add specs for your feature or bug fix. -5. Commit and push your changes. -6. Submit a pull request. Please do not include changes to the gemspec or version file. (If you want to create your own version for some reason, please do so in a separate commit.) +4. Add tests for your feature or bug fix. +5. Run bundle exec rake test. If your changes are not 100% covered, go back to step 4. +6. Commit and push your changes. +7. Submit a pull request. Please do not include changes to the gemspec or version file. (If you want to create your own version for some reason, please do so in a separate commit.) Copyright ---------