From afa5305aba34775c5c256b8861231580f54c642a Mon Sep 17 00:00:00 2001 From: Philippe-Cholet Date: Thu, 28 Sep 2023 23:04:43 +0200 Subject: [PATCH] File an issue when... --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f087315bd..790c548b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,9 @@ We use stable Rust only. Please check the minimum version of Rust we use in `Cargo.toml`. +_If you are proposing a major change to CI or a new iterator adaptor for this crate, +then **please first file an issue** describing your proposal._ + To pass CI tests, you should run `cargo fmt` and it might become mandatory that your code changes are free of "compile warnings" and "clippy warnings" (see [#720](https://github.com/rust-itertools/itertools/pull/720) and [#740](https://github.com/rust-itertools/itertools/pull/740)).