1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

Merge pull request #4812 from ipfs/misc/drop-paper-link

misc: remove link to IPFS paper in contribute.md
This commit is contained in:
Whyrusleeping
2018-03-23 13:43:46 -07:00
committed by GitHub

View File

@ -17,7 +17,7 @@ Please look and conform to our [Go Contribution Guidelines](https://github.com/i
## General Guidelines:
- See the [dev pseudo-roadmap](dev.md).
- Please adhere to the protocol described in [the main ipfs repo](https://github.com/ipfs/ipfs), [paper](https://github.com/ipfs/papers/blob/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf), and [specs](https://github.com/ipfs/specs) (WIP).
- Please adhere to the protocol described in [the main ipfs repo](https://github.com/ipfs/ipfs) and [specs](https://github.com/ipfs/specs) (WIP).
- Please make branches and pull-request, even if working on the main repository.
- Ask questions or talk about things in [Issues](https://github.com/ipfs/go-ipfs/issues) or #ipfs on freenode.
- Ensure you are able to contribute (no legal issues please-- we'll probably setup a CLA).