From c0cdb45bc2871f54997622a7da22201cfad25924 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Fri, 12 Aug 2022 10:14:46 +0200 Subject: [PATCH] Update bug template (#7349) --- .github/ISSUE_TEMPLATE/bug-report.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 29d31f772b64..6919e99ba280 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -54,17 +54,14 @@ body: id: kubernetesVersion attributes: label: Kubernetes version + description: Provide output of 'kubectl version' command. validations: required: true - - type: input - id: goVersion - attributes: - label: Go version - description: Please provide 'go version' output. For developers only. - - - type: input - id: nodeVersion + - type: textarea + id: devEnvironment attributes: - label: Node.js version - description: Please provide 'node --version' output. For developers only. + label: Dev environment + description: | + Provide outputs of 'go version' and 'node --version' commands. + It's needed only if using development version of Kubernetes Dashboard.