Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hkctkuy authored and hkctkuy committed Dec 8, 2023
1 parent 3536dd1 commit 022bdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Please follow the next recommendations for your pull requests:
- compile with *stable* rust
- use `cargo fmt`
- check the output of `cargo clippy --all-features --all --tests`
- run tests `cargo test`
- run tests `cargo test --lib -- --test-threads 1` and `cargo test --package casr`
- if you have updated usage of any casr tool, you could simply run
`update_usage.py` to change the `docs/usage.md` file properly
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Please follow the next recommendations for your pull requests:
- compile with *stable* rust
- use `cargo fmt`
- check the output of `cargo clippy --all-features --all --tests`
- run tests `cargo test`
- run tests `cargo test --lib -- --test-threads 1` and `cargo test --package casr`
- if you have updated usage of any casr tool, you could simply run
`update_usage.py` to change the `docs/usage.md` file properly

Expand Down

0 comments on commit 022bdd1

Please sign in to comment.