Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Add Starting Point section to CONTRIBUTING.md #677

Merged
merged 1 commit into from May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -51,6 +51,12 @@ escalate into larger problems.
5. Your first commit request should be accompanied with a change to
the AUTHORS file, adding yourself to the authors list.

## Finding Starting Point

If you want to contribute but you don't know where to start - have a look at [low-hanging fruit](https://github.com/monix/monix/issues?q=is%3Aopen+is%3Aissue+label%3A%22low-hanging+fruit%22) or [help wanted](https://github.com/monix/monix/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) issues.
If there aren't any, have unclear description or seem too complicated - visit [monix/monix](https://gitter.im/monix/monix) Gitter channel.
Gitter is a go-to place in case you have any questions or need guidance since we're more than happy to help new contributors regardless of their experience.

## License

All code must be licensed under the Apache 2.0 license and all files
Expand Down