From b46fbb4e58b2fbd252bb9387af14a126aacda050 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Thu, 15 Sep 2022 14:35:37 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 89b4bd1..15ab19b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,14 +9,14 @@ body: - type: textarea attributes: label: Current and expected behavior - description: A clear and concise description of what kube is doing and what you would expect. + description: What is Apkutabe doing and what you would expect instead? validations: required: true - type: textarea attributes: label: Additional context - description: "Add any other context about the problem here. Or a screenshot if applicable." + description: "Add any other context about the problem here. Please share screenshots where possible." - type: textarea attributes: @@ -33,7 +33,7 @@ body: attributes: label: Environment description: | - What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other)? + What's the kubernetes version? placeholder: | Output of `kubectl version --output=yaml` validations: