mirror of https://github.com/helm/helm
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>pull/30912/head
parent
fcef313197
commit
03d8e1eaf2
@ -0,0 +1,80 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Report a bug encountered while operating helm
|
||||||
|
labels: kind/bug
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: |
|
||||||
|
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expected
|
||||||
|
attributes:
|
||||||
|
label: What did you expect to happen?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: repro
|
||||||
|
attributes:
|
||||||
|
label: How can we reproduce it (as minimally and precisely as possible)?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Anything else we need to know?
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: kubeVersion
|
||||||
|
attributes:
|
||||||
|
label: Kubernetes version
|
||||||
|
value: |
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ kubectl version
|
||||||
|
# paste output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: cloudProvider
|
||||||
|
attributes:
|
||||||
|
label: Cloud provider
|
||||||
|
value: |
|
||||||
|
<details>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: osVersion
|
||||||
|
attributes:
|
||||||
|
label: OS version
|
||||||
|
value: |
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```console
|
||||||
|
# On Linux:
|
||||||
|
$ cat /etc/os-release
|
||||||
|
# paste output here
|
||||||
|
$ uname -a
|
||||||
|
# paste output here
|
||||||
|
|
||||||
|
# On Windows:
|
||||||
|
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
|
||||||
|
# paste output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Share about things that are not working as expected
|
|
||||||
labels: kind/bug
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**What happened (please include outputs or screenshots)**:
|
|
||||||
|
|
||||||
**What you expected to happen**:
|
|
||||||
|
|
||||||
**How to reproduce it (as minimally and precisely as possible)**:
|
|
||||||
|
|
||||||
**Anything else we need to know?**:
|
|
||||||
|
|
||||||
**Environment**:
|
|
||||||
- Kubernetes version (`kubectl version`):
|
|
||||||
- OS (e.g., MacOS 10.13.6):
|
|
||||||
- Python version (`python --version`)
|
|
||||||
- helm version
|
|
Loading…
Reference in new issue