Update section on committing a pull request
This commit is contained in:
parent
5f1e419436
commit
ee987eb67f
|
@ -56,9 +56,10 @@ Submitting a Pull Request
|
||||||
1. Fork the project.
|
1. Fork the project.
|
||||||
2. Create a topic branch.
|
2. Create a topic branch.
|
||||||
3. Implement your feature or bug fix.
|
3. Implement your feature or bug fix.
|
||||||
4. Add specs for your feature or bug fix.
|
4. Add tests for your feature or bug fix.
|
||||||
5. Commit and push your changes.
|
5. Run <tt>bundle exec rake test</tt>. If your changes are not 100% covered, go back to step 4.
|
||||||
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.)
|
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
|
Copyright
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in New Issue