mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Update contributing instructions in README
Signed-off-by: Josh Berdine <josh@berdine.net>
This commit is contained in:
parent
652c823978
commit
d81cba4b06
1 changed files with 2 additions and 2 deletions
|
|
@ -302,8 +302,8 @@ to list authors based on the git commits.
|
||||||
Assuming your are in a clone of the repository:
|
Assuming your are in a clone of the repository:
|
||||||
|
|
||||||
1. Some dependencies are required, you'll need
|
1. Some dependencies are required, you'll need
|
||||||
`opam install benchmark qcheck qtest iter`.
|
`opam install benchmark qcheck qtest iter gen mdx uutf`.
|
||||||
2. run `make devel` to enable everything (including tests).
|
2. run `make all` to enable everything (including tests).
|
||||||
3. make your changes, commit, push, and open a PR.
|
3. make your changes, commit, push, and open a PR.
|
||||||
4. use `make test` without moderation! It must pass before a PR
|
4. use `make test` without moderation! It must pass before a PR
|
||||||
is merged. There are around 1150 tests right now, and new
|
is merged. There are around 1150 tests right now, and new
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue