diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7a5c07a7de..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for this project -title: 'feature: ' -labels: 'type:question' -assignees: '@k8sgpt-ai/maintainers' ---- - - - -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 - - - -## Describe the solution you'd like - - -## Benefits for the project and its users - - -## Potential drawbacks - - -## Additional context - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c1340a06b4..0000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -name: Question / Bug Report -about: Create a report to help us improve -title: 'question: ' -labels: 'type:question' -assignees: '' ---- - - - -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 - - - -### Your environment - - - -* Version of Kubernetes - -* Host OS and its version / If windows, is it WSL? -* Version of k8sgpt - - -### Steps to reproduce - - - -* Step 1 -* Step 2 - -### Expected behaviour - - -### Actual behaviour - - - -### Additional context / screenshots - \ No newline at end of file