Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 619 Bytes

Contributing

Contributions from everyone are welcome!

Getting started is easy. First, fork and then clone the repo:

$ git clone [email protected]: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.