2020-06-21 23:29:32 +00:00
|
|
|
0. Raise an issue to talk about your contribution upfront (<https://github.com/rdf-elixir/jsonld-ex/issues/new>)
|
2020-06-20 02:33:49 +00:00
|
|
|
1. Fork it (<https://github.com/rdf-elixir/jsonld-ex/fork>)
|
2017-06-25 18:19:26 +00:00
|
|
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
|
|
3. Make your changes, with new passing tests. Follow this [style guide].
|
2020-06-20 02:33:49 +00:00
|
|
|
4. Execute all tests (`mix test`)
|
|
|
|
5. Apply the mix formatter (`mix format`)
|
|
|
|
6. Commit your changes (`git commit -am 'Add some feature'`)
|
|
|
|
7. Push to the branch (`git push origin my-new-feature`)
|
|
|
|
8. Create a new Pull Request
|
2017-06-25 18:19:26 +00:00
|
|
|
|
|
|
|
[style guide]: https://github.com/christopheradams/elixir_style_guide
|