mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 15:58:13 +08:00
Some checks failed
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
CodeQL / codeql (push) Has been cancelled
docker image was missing, we also don't want to default to ipfs-desktop
64 lines
2.4 KiB
YAML
64 lines
2.4 KiB
YAML
name: Bug Report
|
|
description: Report a bug in Kubo.
|
|
labels:
|
|
- kind/bug
|
|
- need/triage
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
- Make sure you are running the [latest version of Kubo][releases] before reporting an issue.
|
|
- If you have an enhancement or feature request for Kubo, please select [a different option][issues].
|
|
- Please report possible security issues by email to security@ipfs.io
|
|
|
|
[issues]: https://github.com/ipfs/kubo/issues/new/choose
|
|
[releases]: https://github.com/ipfs/kubo/releases
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
description: Please verify that you've followed these steps
|
|
options:
|
|
- label: This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
|
|
required: true
|
|
- label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my bug.
|
|
required: true
|
|
- label: I am running the latest [kubo version](https://dist.ipfs.tech/#kubo) or have an issue updating.
|
|
required: true
|
|
- type: dropdown
|
|
id: install
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Installation method
|
|
description: Please select your installation method
|
|
options:
|
|
- dist.ipfs.tech or ipfs-update
|
|
- docker image
|
|
- ipfs-desktop
|
|
- third-party binary
|
|
- built from source
|
|
- type: textarea
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
render: Text
|
|
description: |
|
|
Enter the output of `ipfs version --all`. If you can't run that command, please include a copy of your [gateway's version page](http://localhost:8080/api/v0/version?enc=text&all=true).
|
|
- type: textarea
|
|
id: config
|
|
attributes:
|
|
label: Config
|
|
render: json
|
|
description: |
|
|
Enter the output of `ipfs config show`.
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
This is where you get to tell us what went wrong. When doing so, please make sure to include *all* relevant information.
|
|
|
|
Please try to include:
|
|
* What you were doing when you experienced the bug.
|
|
* Any error messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
|
|
* When possible, steps to reliably produce the bug.
|