link to docs & discuss in readme

This commit is contained in:
Yusef Napora 2019-04-03 16:34:41 -04:00
parent a786afe7f7
commit 5b0e2d3373
1 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,8 @@ libp2p is the product of a long, and arduous quest of understanding -- a deep di
> >
> We will be writing a set of docs, posts, tutorials, and talks to explain what p2p is, why it is tremendously useful, and how it can help your existing and new projects. But in the meantime, check out > We will be writing a set of docs, posts, tutorials, and talks to explain what p2p is, why it is tremendously useful, and how it can help your existing and new projects. But in the meantime, check out
> >
> - [**Our developing collection of docs**](https://docs.libp2p.io)
> - [**Our community discussion forums**](https://discuss.libp2p.io)
> - [**The libp2p Specification**](https://github.com/libp2p/specs) > - [**The libp2p Specification**](https://github.com/libp2p/specs)
> - [**go-libp2p implementation**](https://github.com/libp2p/go-libp2p) > - [**go-libp2p implementation**](https://github.com/libp2p/go-libp2p)
> - [**js-libp2p implementation**](https://github.com/libp2p/js-libp2p) > - [**js-libp2p implementation**](https://github.com/libp2p/js-libp2p)
@ -191,7 +193,7 @@ Guidelines:
- read the [libp2p spec](https://github.com/libp2p/specs) - read the [libp2p spec](https://github.com/libp2p/specs)
- please make branches + pull-request, even if working on the main repository - please make branches + pull-request, even if working on the main repository
- ask questions or talk about things in [Issues](https://github.com/libp2p/go-libp2p/issues) or #ipfs on freenode. - ask questions or talk about things in [Issues](https://github.com/libp2p/go-libp2p/issues), our [discussion forums](https://discuss.libp2p.io), or #libp2p or #ipfs on freenode.
- ensure you are able to contribute (no legal issues please-- we use the DCO) - ensure you are able to contribute (no legal issues please-- we use the DCO)
- run `go fmt` before pushing any code - run `go fmt` before pushing any code
- run `golint` and `go vet` too -- some things (like protobuf files) are expected to fail. - run `golint` and `go vet` too -- some things (like protobuf files) are expected to fail.