From 94a8ba37277f1352592654db3a7ecbc9cadab9e4 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Wed, 25 Aug 2021 15:36:34 +0200 Subject: [PATCH] Add --diagnose instructions to issue template --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e71438de0..1d1779213 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -24,6 +24,14 @@ Actual results and logs [What actually happened?] +Diagnostics +--- + +``` +[If possible, include output from `ykman --diagnose` here.] +``` + + Other info ---