We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9730c commit 920895eCopy full SHA for 920895e
CONTRIBUTING.md
@@ -1,7 +1,7 @@
1
1. Fork it ( <https://github.com/rdf-elixir/sparql_client/fork> )
2
2. Create your feature branch (`git checkout -b my-new-feature`)
3
3. Make your changes, with new passing tests. Follow this [style guide].
4
-4. Execute all tests.
+4. Execute all tests and quality checks (`mix check && mix dialyzer`).
5
5. Commit your changes (`git commit -am 'Add some feature'`)
6
6. Push to the branch (`git push origin my-new-feature`)
7
7. Create a new Pull Request
0 commit comments