You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,9 @@ use itertools::Itertools;
21
21
```
22
22
23
23
## How to contribute
24
+
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.
24
25
25
-
- Fix a bug or implement a new thing
26
-
- Include tests for your new feature, preferably a QuickCheck test
27
-
- Make a Pull Request
26
+
For more details, see the [CONTRIBUTING.md](https://github.com/rust-itertools/itertools/blob/master/CONTRIBUTING.md) file.
0 commit comments