-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
- Loading branch information
Showing
3 changed files
with
85 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,35 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'type:question' | ||
assignees: '@k8sgpt-ai/maintainers' | ||
--- | ||
|
||
<!-- | ||
Thank you for initiating this feature request 🤗 | ||
To ensure conciseness, kindly try to adhere to the following format. | ||
--> | ||
|
||
Checklist: | ||
* [ ] I've searched for similar issues and couldn't find anything matching | ||
* [ ] I've discussed this feature in the #k8sgpt slack channel | ||
|
||
## Is this feature request related to a problem? | ||
* [ ] Yes | ||
* [ ] No | ||
|
||
<!-- If yes, please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
## Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
## Benefits for the project and its users | ||
<!-- Describe the benefits this feature will bring to the project and its users. --> | ||
|
||
## Potential drawbacks | ||
<!-- Describe any potential drawbacks this feature might bring to the project and its users. --> | ||
|
||
## Additional context | ||
<!-- Add any other context about your feature request here. If applicable, add drawings to help explain. --> |
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,50 @@ | ||
--- | ||
name: Question / Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'type:question' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Thank you for initiating this issue request 🤗 | ||
To ensure conciseness, kindly try to adhere to the following format. | ||
--> | ||
|
||
Checklist: | ||
|
||
* [ ] I've searched for similar issues and couldn't find anything matching | ||
* [ ] I've included steps to reproduce the bug. | ||
* [ ] I've included the version of Kubernetes and k8sgpt. | ||
|
||
### Subject of the issue | ||
|
||
<!-- Describe your issue here. --> | ||
|
||
### Your environment | ||
|
||
<!-- Describe your environment here. --> | ||
|
||
* Version of Kubernetes | ||
<!-- kubectl version --> | ||
* Host OS and its version / If windows, is it WSL? | ||
* Version of k8sgpt | ||
<!-- k8sgpt version --> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- Tell us how to reproduce this issue. --> | ||
|
||
* Step 1 | ||
* Step 2 | ||
|
||
### Expected behaviour | ||
<!-- Tell us what should happen --> | ||
|
||
### Actual behaviour | ||
|
||
<!-- Tell us what happens instead --> | ||
|
||
### Additional context / screenshots | ||
<!-- Add any other context about the problem here. If applicable, add screenshots to help explain. --> |