Skip to content

Commit 6dcdd9d

Browse files
Mention CONTRIBUTING in README
1 parent 83ab73f commit 6dcdd9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ use itertools::Itertools;
2121
```
2222

2323
## 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.
2425

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.
2827

2928
## License
3029

0 commit comments

Comments
 (0)