From 3051b1ca343d739e48ff05c96468040adefc929a Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:44:35 +0200 Subject: [PATCH] docs: remove issue templates to use org wide ones (#352) Signed-off-by: Thomas Schuetz --- .github/ISSUE_TEMPLATE/feature_request.md | 35 ---------------- .github/ISSUE_TEMPLATE/question.md | 50 ----------------------- 2 files changed, 85 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md 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