From 68c8764ea81d23dbae6794496bebf5315469632e Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Mon, 10 Aug 2020 15:09:03 +0100 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e0f4ae50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +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, and what commands you ran. If possible please supply logs generated with the `-v 3` parameter.) + +**What did you expect to happen:** + +**Environment** + +[Please specify the version of kube-bench and Kubernetes] + +**Anything else you would like to add:** + +[Miscellaneous information that will assist in solving the issue.]