Add CONTRIBUTING.md
This commit is contained in:
parent
4237c6fbcc
commit
67b78dcb93
1 changed files with 9 additions and 0 deletions
9
CONTRIBUTING.md
Normal file
9
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
1. Fork it ( <https://github.com/marcelotto/rdf-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
|
||||
|
||||
[style guide]: https://github.com/christopheradams/elixir_style_guide
|
Loading…
Reference in a new issue