Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 440 Bytes
  1. Fork it ( https://github.com/rdf-elixir/shex-ex/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes, with new passing tests. Follow this style guide.
  4. Execute all tests.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request