From 2c079b3d6f29c4df70e12de83b250d50686ac3b2 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Tue, 21 Mar 2017 20:56:06 +0100 Subject: [PATCH] Append template section asking for debug log output. --- .github/ISSUE_TEMPLATE | 3 +++ cmd/bug.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 1ef8b1d2c..fc377a34b 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -11,3 +11,6 @@ ### What did you see instead? + + +### If applicable, please paste the log output in debug mode (`--debug` switch) diff --git a/cmd/bug.go b/cmd/bug.go index 292db1e26..a081d9595 100644 --- a/cmd/bug.go +++ b/cmd/bug.go @@ -33,6 +33,9 @@ var ( ### What did you see instead? + + +### If applicable, please paste the log output in debug mode ('--debug' switch) ` )