Skip to content

Commit

Permalink
chore: add mention of ./ci_check.sh in the book
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 15, 2024
1 parent 422a47c commit 1c40cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/misc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Also, another way of helping is to contribute on crates we rely on, namely [`rs-

If you submit a PR, please make sure that:

- the CI is green
- the CI is green (you can locally run the `./ci_check.sh` script)
- you add proper in-code documentation
- you update the `CHANGELOG.md` file with a description of your fix
- if you add a new example, update the `examples/README.md` file with a description of your example and the `Cargo.toml` file with your example name (and any feature it may need)
Expand Down

0 comments on commit 1c40cd0

Please sign in to comment.