-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: guide users to the right locations for questions #6691
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d434564
docs: guide users to the right locations for questions
daviddias 382170b
docs: add pointer to docs
daviddias 8d9e7df
Update README.md
daviddias 6ae8b86
Update README.md
daviddias fe829d3
Update README.md
daviddias 166b309
Update README.md
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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). | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Exploration of new ideas in the [ipfs/notes issues](https://github.com/ipfs/notes/issues). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete "the"
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Ask questions and meet the rest of the community at the [IPFS Forum](https://discuss.ipfs.io) | ||
|
||
## Table of Contents | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd swap in "place" for the second "location," to avoid redundancy.