From cc70dcd0dcab5f172cbac30ef8d3646f53f76991 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 20 Jul 2021 10:03:15 -0700 Subject: [PATCH] chore(github): add a config section to the bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c8d7fce4b..96b29dc8b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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