Skip to content

Commit

Permalink
docs: add new issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
  • Loading branch information
thschue committed Mar 28, 2023
1 parent 11c227b commit dbd305f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATES/feature_request.md
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. -->
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATES/question.md
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. -->

0 comments on commit dbd305f

Please sign in to comment.