Skip to content

Commit

Permalink
Mention CONTRIBUTING in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet committed Nov 25, 2023
1 parent 83ab73f commit 91305b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
See our [CONTRIBUTING.md](https://github.com/rust-itertools/itertools/blob/master/CONTRIBUTING.md) for a detailed guide.

## License

Expand Down

0 comments on commit 91305b4

Please sign in to comment.