Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 682 Bytes

We ❤️ pull requests. Here's a quick guide:

Contributing

  1. Fork it
  2. Run the tests and make sure they pass 👍 (bundle && rake)
  3. Add a test for your change
  4. Make the test pass
  5. Submit a pull request:
    • Create your feature branch (git checkout -b my-new-feature)
    • Commit your changes (git commit -am 'Add some feature')
    • Push to the branch (git push origin my-new-feature)
    • Create new Pull Request

Guidelines

  • Include tests that fail without your code, but pass with your code
  • Follow coding conventions found in the current project
  • Update the documentation, examples, and/or anything that is affected by your contribution