From 58228be7401411a7365e4fd21898b2c0108c6301 Mon Sep 17 00:00:00 2001 From: Webb Brown <298359+dwbrown2@users.noreply.github.com> Date: Sun, 11 Aug 2019 19:32:07 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 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 000000000..7ae5803ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Collect logs (please complete the following information):** + + - Run `helm ls` and paste the output here: + + - If the pod is stuck in init, run `kubectl logs -n kubecost -c cost-analyzer-init` and paste output here: + + - If a page is broken or not loading, open your javascript developer console and paste the ouput here: + + - Run `kubectl logs -n kubecost -c cost-analyzer-server` and paste the output here: + + - Run `kubectl logs -n kubecost -c cost-model` and paste the output here: + + - Run `kubectl logs -n kubecost -c cost-analyzer-frontend` and paste the output here: