diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b9687d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report a bug encountered while operating fluent-plugin-kubernetes-metrics +title: '' +labels: '' +assignees: '' + +--- + + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Kubernetes version (use `kubectl version`): +- Ruby version (use `ruby --version`): +- OS (e.g: `cat /etc/os-release`): +- Splunk version: +- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md new file mode 100644 index 0000000..420b92f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -0,0 +1,14 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the fluent-plugin-kubernetes-metrics project +title: '' +labels: '' +assignees: '' + +--- + +< + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/failing_test.md b/.github/ISSUE_TEMPLATE/failing_test.md new file mode 100644 index 0000000..3b3a2ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/failing_test.md @@ -0,0 +1,18 @@ +--- +name: Failing Test +about: Report test failures in fluent-plugin-kubernetes-metrics +title: '' +labels: '' +assignees: '' + +--- + + + +**Which test(s) are failing**: + +**Since when has it been failing**: + +**Reason for failure**: + +**Anything else we need to know**: