From 5566968aec31f4260bb39fe22b0d08dda6bbdcbd Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sun, 10 Jul 2022 11:40:01 +0100 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..48606e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,40 @@ +name: "🐛 Bug Report" +description: "If something isn't working as expected 🤔." +labels: ["bug"] +body: + - type: markdown + attributes: + value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. + + - type: textarea + attributes: + label: Current and expected behavior + description: A clear and concise description of what kube is doing and what you would expect. + validations: + required: true + + - type: textarea + attributes: + label: Additional context + description: "Add any other context about the problem here. Or a screenshot if applicable." + + - type: dropdown + attributes: + label: Operating System + description: | + What OS are you using? + placeholder: | + macOS Catalina? Windows 10? Ubuntu Linux? + Be as specific as possible. + validations: + required: true + + - type: textarea + attributes: + label: Environment + description: | + What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other)? + placeholder: | + Output of `kubectl version --output=yaml` + validations: + required: true