diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5ee793b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Help us identify and fix issues in Kev +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +### Short issue description + + +Kev version: +OS (Linux/Mac/Windows..): +Docker Compose version: +Kubernetes version: +Kubernetes distribution (e.g. GKE, EKS, ...): + + +### How can we reproduce the issue? + + +### Suggestions on how to fix the issue (OPTIONAL) + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0e9cd1df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest an idea for improvement or new feature +title: "[FR]" +labels: enhancement +assignees: '' + +--- + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context +