Skip to content

Commit 920895e

Browse files
committed
Update CONTRIBUTING guidelines
1 parent cb9730c commit 920895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1. Fork it ( <https://github.com/rdf-elixir/sparql_client/fork> )
22
2. Create your feature branch (`git checkout -b my-new-feature`)
33
3. Make your changes, with new passing tests. Follow this [style guide].
4-
4. Execute all tests.
4+
4. Execute all tests and quality checks (`mix check && mix dialyzer`).
55
5. Commit your changes (`git commit -am 'Add some feature'`)
66
6. Push to the branch (`git push origin my-new-feature`)
77
7. Create a new Pull Request

0 commit comments

Comments
 (0)