From 6ae4d233cd742389e406efa73288b97f5b98d3d9 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 7 Jun 2022 21:42:39 -0700 Subject: [PATCH] update bug report form to require `docker info` output. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index acc1155..ec59574 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -37,4 +37,6 @@ ghcr.io/analogj/scrutiny:master-omnibus docker exec scrutiny scrutiny-collector-metrics run ``` -The log files will be available on your host in the `config` directory. Please attach them to this issue. \ No newline at end of file +The log files will be available on your host in the `config` directory. Please attach them to this issue. + +Please also provide the output of `docker info` \ No newline at end of file