Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 798 Bytes

Contributing.markdown

File metadata and controls

19 lines (17 loc) · 798 Bytes

Submitting a Pull Request

  1. Fork the repository.
  2. Create a topic branch.
  3. Add tests for your unimplemented feature or bug fix.
  4. Run bundle exec rake. If your tests pass, return to step 3.
  5. Implement your feature or bug fix.
  6. Run bundle exec rake. If your tests fail, return to step 5.
  7. Run open coverage/index.html. If your changes are not completely covered by your tests, return to step 3.
  8. Add documentation for your feature or bug fix.
  9. Run bundle exec rake doc. If your changes are not 100% documented, go back to step 8.
  10. Add, commit, and push your changes.
  11. Submit a pull request.