|
5 | 5 | [](http://webchat.freenode.net/?channels=%23libp2p)
|
6 | 6 | [](https://discuss.libp2p.io)
|
7 | 7 | [](https://codecov.io/gh/libp2p/js-libp2p-tcp)
|
8 |
| -[](https://travis-ci.com/libp2p/js-libp2p-tcp) |
| 8 | +[](https://github.com/libp2p/js-libp2p-tcp/actions/workflows/js-test-and-release.yml) |
9 | 9 | [](https://david-dm.org/libp2p/js-libp2p-tcp)
|
10 | 10 | [](https://github.com/feross/standard)
|
11 | 11 |
|
|
23 | 23 | - [Transport](#transport)
|
24 | 24 | - [Connection](#connection)
|
25 | 25 | - [Contribute](#contribute)
|
| 26 | +- [Contribute](#contribute-1) |
26 | 27 | - [License](#license)
|
| 28 | + - [Contribution](#contribution) |
27 | 29 |
|
28 | 30 | ## Install
|
29 | 31 |
|
@@ -109,6 +111,20 @@ Please be aware that all interactions related to libp2p are subject to the IPFS
|
109 | 111 |
|
110 | 112 | Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
111 | 113 |
|
| 114 | +## Contribute |
| 115 | + |
| 116 | +The libp2p implementation in JavaScript is a work in progress. As such, there are a few things you can do right now to help out: |
| 117 | + |
| 118 | + - Go through the modules and **check out existing issues**. This is especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically. |
| 119 | + - **Perform code reviews**. More eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs. |
| 120 | + |
112 | 121 | ## License
|
113 | 122 |
|
114 |
| -[MIT](LICENSE) © 2015-2016 David Dias |
| 123 | +Licensed under either of |
| 124 | + |
| 125 | + * Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / http://www.apache.org/licenses/LICENSE-2.0) |
| 126 | + * MIT ([LICENSE-MIT](LICENSE-MIT) / http://opensource.org/licenses/MIT) |
| 127 | + |
| 128 | +### Contribution |
| 129 | + |
| 130 | +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
0 commit comments