From 559ea37faf6f84757d75d4ceb9e87704231f9c00 Mon Sep 17 00:00:00 2001 From: Everett Toews Date: Wed, 1 Mar 2017 17:17:52 -0600 Subject: [PATCH] Add a GitHub issue template --- .github/ISSUE_TEMPLATE.md | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 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 0000000..dc865c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,56 @@ + + +## Is this a request for help? + +If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/. + +If no, delete this section and continue on. + + +## What keywords did you search in kubeadm issues before filing this one? + +If you have found any duplicates, you should instead reply there and close this page. + +If you have not found any duplicates, delete this section and continue on. + + +## Is this a BUG REPORT or FEATURE REQUEST? + +Choose one: BUG REPORT or FEATURE REQUEST + + + + +## Versions + +**kubeadm version** (use `kubeadm version`): + +**Environment**: +- **Kubernetes version** (use `kubectl version`): +- **Cloud provider or hardware configuration**: +- **OS** (e.g. from /etc/os-release): +- **Kernel** (e.g. `uname -a`): +- **Others**: + + +## What happened? + + +## What you expected to happen? + + +## How to reproduce it (as minimally and precisely as possible)? + + +## Anything else we need to know?