Skip to content

Commit 1aa39cf

Browse files
Prefer small PRs
1 parent 8d4e042 commit 1aa39cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ then **please first file an issue** describing your proposal._
99

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

12+
Note that small PRs are easier to review and therefore are more easily merged.
13+
1214
## Write a new method/adaptor for `Itertools` trait
1315
In general, the code logic should be tested with [quickcheck](https://crates.io/crates/quickcheck) tests in `tests/quick.rs`
1416
which allow us to test properties about the code with randomly generated inputs.

0 commit comments

Comments
 (0)