mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
Merge pull request #7226 from ipfs/issue-links
Add additional documentation links to the new issue screen
This commit is contained in:
commit
8a4f944751
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user