@cryptotaxi247 / kubo / commits / 35a5dd4f8

Add additional documentation links to new issues screen

Hector Sanjuan committed Apr 27, 2020 at 20:02 UTC 35a5dd4f842fd81647280f33773a9da7ea2a2836
1 file changed +9
.github/ISSUE_TEMPLATE/config.yml
+9
@@ -3,6 +3,15 @@ contact_links:
3 - name: Getting Help on IPFS
4 url: https://ipfs.io/help
5 about: All information about how and where to get help on IPFS.
6 + - name: Go-ipfs configuration reference
7 + url: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md
8 + about: Documentation on the different configuration settings
9 + - name: Go-ipfs experimental features docs
10 + url: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md
11 + about: Documentation on Private Networks, Filestore and other experimental features.
12 + - name: HTTP API Reference
13 + url: https://docs-beta.ipfs.io/reference/http/api/#api-v0-add
14 + about: Documentation of all go-ipfs HTTP API endpoints.
15 - name: IPFS Official Forum
16 url: https://discuss.ipfs.io
17 about: Please post general questions, support requests, and discussions here.