add a comment about contributing (close #106); update makefile

This commit is contained in:
Simon Cruanes 2017-04-19 22:30:30 +02:00
parent 57d460ecde
commit 77ed135493
2 changed files with 4 additions and 1 deletions

View file

@ -128,7 +128,7 @@ update_next_tag:
devel:
./configure --enable-bench --enable-tests --enable-unix \
--enable-bigarray --enable-thread --enable-advanced
--enable-thread
make all
watch:

View file

@ -143,6 +143,9 @@ A few guidelines:
- add `@since` tags for new functions;
- add tests if possible (using `qtest`).
It is helpful to run `make devel` to enable everything. Some dependencies
are required, you'll need `opam install benchmark qcheck qtest sequence`.
Powered by image:http://oasis.forge.ocamlcore.org/oasis-badge.png[alt="OASIS", style="border: none;", link="http://oasis.forge.ocamlcore.org/"]
[[tutorial]]