Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 831 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 831 Bytes

What to contribute

  1. Browse open issues
  2. Create issue

Submitting a Pull Request

  1. Fork the repository.
  2. Create a topic branch.
  3. Add specs for your unimplemented feature or bug fix.
  4. Run rake test. If your specs pass, return to step 3.
  5. Implement your feature or bug fix.
  6. Run rake test. If your specs fail, return to step 5.
  7. Add, commit, and push your changes. For documentation-only fixes, please add "[ci skip]" to your commit message to avoid needless CI builds.
  8. Submit a pull request.