master
yml 63 lines 2.37 KB
Raw
1 name: Bug Report
2 description: Report a bug in Kubo.
3 labels:
4 - kind/bug
5 - need/triage
6 body:
7 - type: markdown
8 attributes:
9 value: |
10 - Make sure you are running the [latest version of Kubo][releases] before reporting an issue.
11 - If you have an enhancement or feature request for Kubo, please select [a different option][issues].
12 - Please report possible security issues by email to security@ipfs.io
13
14 [issues]: https://github.com/ipfs/kubo/issues/new/choose
15 [releases]: https://github.com/ipfs/kubo/releases
16 - type: checkboxes
17 attributes:
18 label: Checklist
19 description: Please verify that you've followed these steps
20 options:
21 - label: This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
22 required: true
23 - label: I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my bug.
24 required: true
25 - label: I am running the latest [kubo version](https://dist.ipfs.tech/#kubo) or have an issue updating.
26 required: true
27 - type: dropdown
28 id: install
29 validations:
30 required: true
31 attributes:
32 label: Installation method
33 description: Please select your installation method
34 options:
35 - dist.ipfs.tech or ipfs-update
36 - docker image
37 - ipfs-desktop
38 - third-party binary
39 - built from source
40 - type: textarea
41 id: version
42 attributes:
43 label: Version
44 render: Text
45 description: |
46 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).
47 - type: textarea
48 id: config
49 attributes:
50 label: Config
51 render: json
52 description: |
53 Enter the output of `ipfs config show`.
54 - type: textarea
55 attributes:
56 label: Description
57 description: |
58 This is where you get to tell us what went wrong. When doing so, please make sure to include *all* relevant information.
59
60 Please try to include:
61 * What you were doing when you experienced the bug.
62 * Any error messages you saw, *where* you saw them, and what you believe may have caused them (if you have any ideas).
63 * When possible, steps to reliably produce the bug.