Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 821 Bytes

Contributing

If I have seen further, it is by standing on the shoulders of giants. - Isaac Newton

We love to work with people around the globe and make earth a better place for mankind!

Please follow theses simples steps to contribute to this project :

  1. Fork the repo.

  2. Run the tests before doing anything.

  3. Add test(s) for your code modification.

  4. Rebase your code onto upstream master (this repository) if not up to date.

  5. Squash or fixup your commits to achieve a clean commit log.

  6. Submit a pull request and ensure tests passes on travis-ci for all supported ruby versions.

Running the tests

As simple as running the bundle exec rake command.

The default rake task is rake test.

Syntax

Follow Ruby Styleguide by Github and existing code.