From d434564a001f8b26a45a7667bf472e6dca3e5f9f Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 11:50:10 +0300 Subject: [PATCH 1/6] docs: guide users to the right locations for questions --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 731f82e04c5..b505fcda63f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,15 @@ ## 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: - - 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). +Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right location: + - 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 From 382170b8b4c581491bb6860746f173351694cb32 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 16:12:35 +0300 Subject: [PATCH 2/6] docs: add pointer to docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b505fcda63f..52e91b3ab8a 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas fro For more info see: https://docs.ipfs.io/introduction/overview/ Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right location: - - go-ipfs _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues). + - go-ipfs _implementation_ bugs in [this repo](https://github.com/ipfs/go-ipfs/issues). + - Documentation issues in the [ipfs/docs issues](https://github.com/ipfs/docs/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) + - Ask questions and meet the rest of the community at the [IPFS Forum](https://discuss.ipfs.io). ## Table of Contents From 8d9e7df42b545dc4bcee2e7120037ea3988f920b Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 17:54:40 +0300 Subject: [PATCH 3/6] Update README.md Co-Authored-By: Eric Ronne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e91b3ab8a..be6e1e7bd90 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas fro For more info see: https://docs.ipfs.io/introduction/overview/ -Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right location: +Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right place: - go-ipfs _implementation_ bugs in [this repo](https://github.com/ipfs/go-ipfs/issues). - Documentation issues in the [ipfs/docs issues](https://github.com/ipfs/docs/issues). - IPFS _design_ in the [ipfs/specs issues](https://github.com/ipfs/specs/issues). From 6ae8b86a62071c5b41f4a39f5b8457149a4f7b37 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 17:55:35 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be6e1e7bd90..8420751baa2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Before opening an issue, consider using one of the following locations to ensure - go-ipfs _implementation_ bugs in [this repo](https://github.com/ipfs/go-ipfs/issues). - Documentation issues in the [ipfs/docs issues](https://github.com/ipfs/docs/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). + - Exploration of new ideas in [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 From fe829d360bbb8e1836837013ae91925a07036412 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 17:55:40 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8420751baa2..94d46fdfb81 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more info see: https://docs.ipfs.io/introduction/overview/ Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right place: - go-ipfs _implementation_ bugs in [this repo](https://github.com/ipfs/go-ipfs/issues). - - Documentation issues in the [ipfs/docs issues](https://github.com/ipfs/docs/issues). + - Documentation issues in [ipfs/docs issues](https://github.com/ipfs/docs/issues). - IPFS _design_ in the [ipfs/specs issues](https://github.com/ipfs/specs/issues). - Exploration of new ideas in [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). From 166b3096069d80cc8803bd4b4a1c4ef1ed196977 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 1 Oct 2019 17:55:45 +0300 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d46fdfb81..400b2fd3c6b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For more info see: https://docs.ipfs.io/introduction/overview/ Before opening an issue, consider using one of the following locations to ensure you are opening your thread in the right place: - go-ipfs _implementation_ bugs in [this repo](https://github.com/ipfs/go-ipfs/issues). - Documentation issues in [ipfs/docs issues](https://github.com/ipfs/docs/issues). - - IPFS _design_ in the [ipfs/specs issues](https://github.com/ipfs/specs/issues). + - IPFS _design_ in [ipfs/specs issues](https://github.com/ipfs/specs/issues). - Exploration of new ideas in [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).