From 6dcdd9d87e84ed1a8da388ce03a4d8828f819d66 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet Date: Sat, 25 Nov 2023 18:02:29 +0100 Subject: [PATCH] Mention CONTRIBUTING in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30dfedec7..0bb560862 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ use itertools::Itertools; ``` ## How to contribute +If you're not sure what to work on, try checking the [help wanted](https://github.com/rust-itertools/itertools/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label. -- Fix a bug or implement a new thing -- Include tests for your new feature, preferably a QuickCheck test -- Make a Pull Request +For more details, see the [CONTRIBUTING.md](https://github.com/rust-itertools/itertools/blob/master/CONTRIBUTING.md) file. ## License