From 35a5dd4f842fd81647280f33773a9da7ea2a2836 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 27 Apr 2020 20:02:36 +0200 Subject: [PATCH] Add additional documentation links to new issues screen --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4b86d7197f9..594bbf8b898 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,15 @@ contact_links: - name: Getting Help on IPFS url: https://ipfs.io/help about: All information about how and where to get help on IPFS. + - name: Go-ipfs configuration reference + url: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md + about: Documentation on the different configuration settings + - name: Go-ipfs experimental features docs + url: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md + about: Documentation on Private Networks, Filestore and other experimental features. + - name: HTTP API Reference + url: https://docs-beta.ipfs.io/reference/http/api/#api-v0-add + about: Documentation of all go-ipfs HTTP API endpoints. - name: IPFS Official Forum url: https://discuss.ipfs.io about: Please post general questions, support requests, and discussions here.