Contributions from everyone are welcome!
Getting started is easy. First, fork and then clone the repo:
$ git clone git@github.com:your-username/hydra.git
Verify that tests pass:
$ mix test
Make your changes. Add test coverage. Make the tests pass:
$ mix test
Lastly, make sure there are no styleguide violations:
$ mix dogma
Now you're ready to push your changes and open a pull request.
That's it! A project contributor will typically leave a comment within three business days.