Unverified Commit d434564a authored by David Dias's avatar David Dias Committed by GitHub

docs: guide users to the right locations for questions

parent 164dd287
...@@ -13,13 +13,15 @@ ...@@ -13,13 +13,15 @@
## What is IPFS? ## What is IPFS?
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs. IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
For more info see: https://github.com/ipfs/ipfs. For more info see: https://docs.ipfs.io/introduction/overview/
Please put all issues regarding: Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right location:
- IPFS _design_ in the [ipfs repo issues](https://github.com/ipfs/ipfs/issues). - go-ipfs _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
- Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues). - IPFS _design_ in the [ipfs/specs issues](https://github.com/ipfs/specs/issues).
- Exploration of new ideas in the [ipfs/notes issues](https://github.com/ipfs/notes/issues).
- Ask questions and meet the rest of the community at the [IPFS Forum](https://discuss.ipfs.io)
## Table of Contents ## Table of Contents
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment