瀏覽代碼

Merge pull request #214 from ipfs/add-issue-template

Add an issue template
Jeromy Johnson 8 年之前
父節點
當前提交
1f021a4563
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      ISSUE_TEMPLATE.md

+ 17 - 0
ISSUE_TEMPLATE.md

@@ -0,0 +1,17 @@
+PLEASE READ THE FOLLOWING BEFORE CREATING AN ISSUE
+
+This repo exists just to provide an overview of the entire ipfs project and
+ecosystem.  If you are about to file an issue about a certain implementation of
+ipfs (for example, go-ipfs) Please instead file it in the appropriate location:
+
+For actionable issues pertaining to BUGS in GO-IPFS, create an issue over at:
+https://github.com/ipfs/go-ipfs/issues
+
+For SUPPORT issues with any ipfs implementation, go to:
+https://github.com/ipfs/support
+
+For QUESTIONS about ipfs in general, go to: 
+https://github.com/ipfs/faq
+
+For anything else, please take a look at the project directory on this repos
+README.md to find the appropriate location for your issue.