Skip to content

Commit 91305b4

Browse files
Mention CONTRIBUTING in README
1 parent 83ab73f commit 91305b4

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+
See our [CONTRIBUTING.md](https://github.com/rust-itertools/itertools/blob/master/CONTRIBUTING.md) for a detailed guide.
2827

2928
## License
3029

0 commit comments

Comments
 (0)