Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report a bug encountered while operating fluent-plugin-kubernetes-metrics
title: ''
labels: ''
assignees: ''

---

<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!

Please do not report security vulnerabilities with public GitHub issue reports. Please report security issues here: https://www.splunk.com/goto/report_vulnerabilities_prodsec
-->


**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:
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Enhancement Request
about: Suggest an enhancement to the fluent-plugin-kubernetes-metrics project
title: ''
labels: ''
assignees: ''

---

<<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/failing_test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Failing Test
about: Report test failures in fluent-plugin-kubernetes-metrics
title: ''
labels: ''
assignees: ''

---

<!-- Please only use this template for submitting reports about failing tests -->

**Which test(s) are failing**:

**Since when has it been failing**:

**Reason for failure**:

**Anything else we need to know**: