607 B
607 B
- Raise an issue to talk about your contribution upfront (https://github.com/rdf-elixir/jsonld-ex/issues/new)
- Fork it (https://github.com/rdf-elixir/jsonld-ex/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes, with new passing tests. Follow this style guide.
- Execute all tests (
mix test
) - Apply the mix formatter (
mix format
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request