Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 599 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (15 loc) · 599 Bytes

Contributing

Fork, then clone the repo:

git clone git@github.com:your-username/cassete-plug.git

Fetch the dependencies:

$ mix deps.get

Make sure the tests pass:

$ mix test

Make your change. Add tests for your change. Make the tests pass:

$ mix test

Push to your fork and submit a pull request.

Some things that will increase the chance that your pull request is accepted: