|
27 | 27 | - [libp2p in the Browser](#libp2p-in-the-browser)
|
28 | 28 | - [Prerequisites](#prerequisites)
|
29 | 29 | - [Documentation](#documentation)
|
30 |
| -- [Want to hack on IPFS?](#want-to-hack-on-ipfs) |
| 30 | +- [Contribute](#contribute) |
| 31 | +- [License](#license) |
31 | 32 |
|
32 | 33 | ## About The Project
|
33 | 34 |
|
@@ -80,18 +81,13 @@ Make sure you have installed all of the following prerequisites on your developm
|
80 | 81 | - [API - Helia](https://ipfs.github.io/helia/modules/helia.html)
|
81 | 82 | - [API - @helia/unixfs](https://ipfs.github.io/helia-unixfs/modules/helia.html)
|
82 | 83 |
|
83 |
| -## Want to hack on IPFS? |
| 84 | +## Contribute |
84 | 85 |
|
85 |
| -[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) |
| 86 | +See [CONTRIBUTING.md](./CONTRIBUTING.md). |
86 | 87 |
|
87 |
| -The IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out: |
| 88 | +## License |
88 | 89 |
|
89 |
| -Read the [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md) and [JavaScript Contributing Guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md). |
| 90 | +Licensed under either of |
90 | 91 |
|
91 |
| -- **Check out existing issues** The [issue list](https://github.com/ipfs/helia/issues) has many that are marked as ['help wanted'](https://github.com/ipfs/helia/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) or ['difficulty:easy'](https://github.com/ipfs/helia/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Adifficulty%3Aeasy) which make great starting points for development, many of which can be tackled with no prior IPFS knowledge |
92 |
| -- **Look at the [Helia Roadmap](https://github.com/ipfs/helia/blob/main/ROADMAP.md)** This are the high priority items being worked on right now |
93 |
| -- **Perform code reviews** More eyes will help |
94 |
| - a. speed the project along |
95 |
| - b. ensure quality, and |
96 |
| - c. reduce possible future bugs |
97 |
| -- **Add tests**. There can never be enough tests |
| 92 | +- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) |
| 93 | +- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>) |
0 commit comments