diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index da8f5ef4c5..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ - - -### Subject of the issue - - - -### Your environment - - - -* version of Kubernetes -* which host OS and its version - -### Steps to reproduce - - - -* step 1 -* step 2 - -### Expected behaviour - - - -### Actual behaviour - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATES/feature_request.md new file mode 100644 index 0000000000..2e61a22826 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +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_TEMPLATES/question.md b/.github/ISSUE_TEMPLATES/question.md new file mode 100644 index 0000000000..e20ccbbe3d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/question.md @@ -0,0 +1,50 @@ +--- +name: Question / Bug Report +about: Create a report to help us improve +title: '' +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