Add a GitHub issue template
This commit is contained in:
parent
aa7983938f
commit
559ea37faf
|
|
@ -0,0 +1,56 @@
|
|||
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.-->
|
||||
|
||||
## 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
|
||||
|
||||
<!--
|
||||
If this is a BUG REPORT, please:
|
||||
- Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
|
||||
|
||||
If this is a FEATURE REQUEST, please:
|
||||
- Describe *in detail* the feature/behavior/change you'd like to see.
|
||||
|
||||
In both cases, be ready for followup questions, and please respond in a timely
|
||||
manner. If we can't reproduce a bug or think a feature already exists, we
|
||||
might close your issue. If we're wrong, PLEASE feel free to reopen it and
|
||||
explain why.
|
||||
-->
|
||||
|
||||
|
||||
## 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?
|
||||
Loading…
Reference in New Issue