mirror of https://github.com/helm/helm
commit
1fe6dadbf4
@ -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>
|
||||||
|
|
@ -0,0 +1,19 @@
|
|||||||
|
name: Documentation
|
||||||
|
description: Report any mistakes or missing information from the documentation or the examples
|
||||||
|
labels: kind/documentation
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: feature
|
||||||
|
attributes:
|
||||||
|
label: What would you like to be added?
|
||||||
|
description: |
|
||||||
|
Link to the issue (please include a link to the specific documentation or example).
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: rationale
|
||||||
|
attributes:
|
||||||
|
label: Why is this needed?
|
||||||
|
validations:
|
||||||
|
required: true
|
@ -0,0 +1,20 @@
|
|||||||
|
name: Enhancement Tracking Issue
|
||||||
|
description: Provide supporting details for a feature in development
|
||||||
|
labels: kind/feature
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: feature
|
||||||
|
attributes:
|
||||||
|
label: What would you like to be added?
|
||||||
|
description: |
|
||||||
|
Feature requests are unlikely to make progress as issues.
|
||||||
|
A proposal that works through the design along with the implications of the change can be opened as a KEP.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: rationale
|
||||||
|
attributes:
|
||||||
|
label: Why is this needed?
|
||||||
|
validations:
|
||||||
|
required: true
|
@ -1,9 +0,0 @@
|
|||||||
<!-- If you need help or think you have found a bug, please help us with your issue by entering the following information (otherwise you can delete this text): -->
|
|
||||||
|
|
||||||
Output of `helm version`:
|
|
||||||
|
|
||||||
Output of `kubectl version`:
|
|
||||||
|
|
||||||
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue