From 22e1e8a82f4ad665a508bf5250291d1a0b85b420 Mon Sep 17 00:00:00 2001 From: vladklokun Date: Mon, 22 Aug 2022 17:28:56 +0300 Subject: [PATCH] chore: Add a Bug Report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 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..d1587865 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# Describe the bug +A clear and concise description of what the bug is. + +# Environment +OS: the OS + version you’re running Kubescape on, e.g Ubuntu 22.04 LTS +Version: the version that Kubescape reports when you run `kubescape version` +``` +Your current version is: +``` + +# Steps To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +# Expected behavior +A clear and concise description of what you expected to happen. + +# Actual Behavior +A clear and concise description of what happened. If applicable, add screenshots to help explain your problem. + +# Additional context +Add any other context about the problem here.