mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
chore(github): add a config section to the bug report template
This commit is contained in:
parent
f0c9065504
commit
cc70dcd0dc
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -43,6 +43,13 @@ body:
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user