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