├── ISSUE_TEMPLATE.md └── README.md /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | **STOP** 2 | 3 | ***PLEASE DO NOT POST ISSUES IN THIS GITHUB REPOSITORY*** 4 | 5 | This repository has been retired. 6 | All of the Questions and Answers have been moved to the IPFS community forum at https://discuss.ipfs.io/ 7 | Please use that forum to search through people's questions and add your own questions, answers, ideas, etc. 8 | 9 | EXCEPTION: If you arrived here because of documentation that told you to report issues here, please submit an issue letting us know where you encountered that documentation. We will fix it. 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Warning: This repository has been retired! 2 | 3 | All of the Questions and Answers have been moved to the IPFS community forum at https://discuss.ipfs.io/ 4 | Please use that forum to search through people's questions and add your own questions, answers, ideas, etc. 5 | 6 | [![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md) 7 | 8 | ## License 9 | 10 | MIT 11 | --------------------------------------------------------------------------------