-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): add issue template for bug report and feature requests (…
…#31)
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: 'type: bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
|
||
## Bug Report | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
Steps and commands to reproduce the behavior. Please provide clear code snippets that always reproduce the bug. | ||
1. run 'helm template ...' | ||
2. See error | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**General information (please complete the following information):** | ||
- Chart name that has a problem | ||
- Chart version | ||
- App version | ||
- Helm version: [output of `helm version`] | ||
- Kubectl version: [output of `kubectl version`] | ||
- Cloud Provider/Platform (GKE, EKS, AKS, Minikube etc.): | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE REQUEST]" | ||
labels: 'discussions: ideas' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Thanks for taking the time to file a feature request! Please fill out this form as completely as possible. | ||
|
||
Note that feature requests will be converted to the GitHub Discussions "Ideas" section. | ||
|
||
## Feature Request | ||
|
||
**Describe the feature you'd like to request** | ||
|
||
A clear and concise description of what you want and what your use case is. | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |