Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 500 Bytes

Guidelines for contributing

  1. Fork the repository.
  2. Create a topic branch.
  3. Make your changes, including tests for your changes which maintain coverage.
  4. Ensure that all tests pass, by running bundle exec rake.
  5. It should go without saying, but do not increment the version number in your commits.
  6. Submit a pull request.