Skip to content

Commit

Permalink
Prefer small PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet committed Feb 7, 2024
1 parent 8d4e042 commit 1aa39cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ then **please first file an issue** describing your proposal._

To pass CI tests successfully, your code must be free of "compiler warnings" and "clippy warnings" and be "rustfmt" formatted.

Note that small PRs are easier to review and therefore are more easily merged.

## Write a new method/adaptor for `Itertools` trait
In general, the code logic should be tested with [quickcheck](https://crates.io/crates/quickcheck) tests in `tests/quick.rs`
which allow us to test properties about the code with randomly generated inputs.
Expand Down

0 comments on commit 1aa39cf

Please sign in to comment.