docs: guide users to the right locations for questions
David Dias committed
Oct 1, 2019 at 11:50 UTC
d434564a001f8b26a45a7667bf472e6dca3e5f9f
1 file changed
+7
-5
README.md
+7
-5
@@ -13,13 +13,15 @@
13
14
## What is IPFS?
15
16
-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.
16
+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.
17
18
-For more info see: https://github.com/ipfs/ipfs.
18
+For more info see: https://docs.ipfs.io/introduction/overview/
19
20
-Please put all issues regarding:
21
- - IPFS _design_ in the [ipfs repo issues](https://github.com/ipfs/ipfs/issues).
22
- - Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
20
+Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right location:
21
+ - go-ipfs _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
22
+ - IPFS _design_ in the [ipfs/specs issues](https://github.com/ipfs/specs/issues).
23
+ - Exploration of new ideas in the [ipfs/notes issues](https://github.com/ipfs/notes/issues).
24
+ - Ask questions and meet the rest of the community at the [IPFS Forum](https://discuss.ipfs.io)
25
26
## Table of Contents
27