From e51abc25509a9d483bc7b51009d879b4f4d91009 Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Thu, 22 Mar 2018 12:23:11 -0700 Subject: [PATCH 1/2] Add issue_template.md which asks for version info. --- .github/issue_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..f4a3a8219 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,9 @@ + + +Helm version: + +Kubernetes version: + +Cloud Provider/Platform (AKS, GKE, Minikube etc.): + + From b4b43a12a3297635b3b494c02f4b6d1ded90b22e Mon Sep 17 00:00:00 2001 From: Justin Scott Date: Thu, 22 Mar 2018 13:21:03 -0700 Subject: [PATCH 2/2] Update to specify version command output. --- .github/issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index f4a3a8219..48f48e5b6 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,8 +1,8 @@ -Helm version: +Output of `helm version`: -Kubernetes version: +Output of `kubectl version`: Cloud Provider/Platform (AKS, GKE, Minikube etc.):