Update section on committing a pull request

This commit is contained in:
Erik Michaels-Ober 2011-05-08 20:49:02 -07:00
parent 5f1e419436
commit ee987eb67f
1 changed files with 4 additions and 3 deletions

View File

@ -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 <tt>bundle exec rake test</tt>. 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
---------