From b4a52e45cfe85b36d68993fd7d17b0448316febd Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Fri, 13 Jul 2018 17:22:17 -0400 Subject: [PATCH] Add commands for context to the bug template Signed-off-by: Nolan Brubaker --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1620576682..8a45203678 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,12 +5,22 @@ about: Tell us about a problem you are experiencing --- **What steps did you take and what happened:** -[A clear and concise description of what the bug is.] +[A clear and concise description of what the bug is, and what commands you ran.) **What did you expect to happen:** +**The output of the following commands will help us better understand what's going on**: +(Pasting long output into a [GitHub gist](https://gist.github.com) or other pastebin is fine.) + +* `kubectl logs deployment/ark -n heptio-ark` +* `ark backup describe ` or `kubectl get backup/ -n heptio-ark -o yaml` +* `ark backup logs ` +* `ark restore describe ` or `kubectl get restore/ -n heptio-ark -o yaml` +* `ark restore logs ` + + **Anything else you would like to add:** [Miscellaneous information that will assist in solving the issue.]