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

Added Dive right in section #95

Merged
merged 1 commit into from
Jan 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ helping us improve our community.

* [Security Issues](#reporting-security-issues)
* [Reporting Issues](#reporting-issues)
* [Dive Right In](#dive-right-in)
* [Protocol Design](#protocol-design)
* [Implementation Design](#implementation-design)
* [Contribution Guidelines](#contribution-guidelines)
Expand All @@ -32,6 +33,10 @@ If you find a vulnerability that may affect live deployments -- for example, exp

If the issue is a protocol weakness or something not yet deployed, just discuss it openly.

### Dive Right In

If you're curious to hack on IPFS right now and you just need an issue to focus on, check out [this search](https://github.com/search?utf8=%E2%9C%93&q=label%3A%22difficulty%3A+easy%22+user%3AIPFS+is%3Aopen&type=Issues&ref=searchresults) for issues tagged as "help wanted". Generally, these should be easier for newcomers, and are great places to start hacking away. Have fun!

### Reporting Issues

If you find bugs, mistakes, inconsistencies in the IPFS project's code or
Expand Down