From dd07f7103db6491ed1d09ae14484122108452a40 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Mon, 30 Jan 2023 19:12:02 +0000 Subject: [PATCH] simplified bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15ab19b..50e95df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,21 +20,11 @@ body: - type: textarea attributes: - label: Operating System + label: Environment & Operating System description: | - What OS are you using? + What OS are you using? What Kubernetes version/distribution is it? placeholder: | macOS Catalina? Windows 10? Ubuntu Linux? - Be as specific as possible. - validations: - required: true - - - type: textarea - attributes: - label: Environment - description: | - What's the kubernetes version? - placeholder: | - Output of `kubectl version --output=yaml` + Kubernetes 1.26? 1.24? EKS? GKE? OpenShift? Vanilla? validations: required: true