jsonld-ex/CONTRIBUTING.md

607 B

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