mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
* docs: fix redirecting URL in README.md * all: replace `docs.ipfs.io` with `docs.ipfs.tech` * apply suggestions from code review Co-authored-by: Marcin Rataj <lidel@lidel.org>
30 lines
980 B
YAML
30 lines
980 B
YAML
name: Documentation Issue
|
|
description: Report missing, erroneous docs, broken links or propose new Kubo docs.
|
|
labels:
|
|
- topic/docs-ipfs
|
|
- need/triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Problems with documentation on https://docs.ipfs.tech should be reported to https://github.com/ipfs/ipfs-docs
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please verify the following.
|
|
options:
|
|
- label: I am reporting a documentation issue in this repo, not https://docs.ipfs.tech.
|
|
required: true
|
|
- label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my issue.
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Location
|
|
description: |
|
|
If possible, please provide a link to the documentation issue.
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please describe your issue.
|