From ac814833e1077a73f4b2ba493c24ae184d8e587b Mon Sep 17 00:00:00 2001 From: fpetkovski Date: Tue, 27 Jul 2021 13:49:46 +0200 Subject: [PATCH] Add bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..97076474 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Report a bug encountered while running prometheus-adapter +title: '' +labels: kind/bug +assignees: '' + +--- + + + +**What happened?**: + +**What did you expect to happen?**: + +**Please provide the prometheus-adapter config**: + +**Please provide the HPA status**: + +**Please provide the prometheus-adapter logs with -v=6 around the time the issue happened**: + +**Anything else we need to know?**: + +**Environment**: +- prometheus-adapter version: +- prometheus version: +- Kubernetes version (use `kubectl version`): +- Cloud provider or hardware configuration: +- Other info: