From 1393e8f302d120734dd67f8286f719556d430f9b Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Sun, 29 Mar 2026 15:23:55 +0900 Subject: [PATCH 1/3] GitHub: Add issue template Signed-off-by: Shizuo Fujita --- .github/ISSUE_TEMPLATE/bug_report.yaml | 71 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/feature_request.yaml | 38 +++++++++++ 3 files changed, 114 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..66697f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,71 @@ +name: Bug Report +description: Create a report with a procedure for reproducing the bug +labels: "waiting-for-triage" +body: + - type: markdown + attributes: + value: | + Please check the [README](https://github.com/fluent/fluent-plugin-prometheus/blob/master/README.md) first. To help us investigate the problem, please provide the following information. + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: To Reproduce + description: Steps to reproduce the behavior + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: textarea + id: environment + attributes: + label: Your Environment + description: | + - Fluentd or td-agent version: `fluentd --version` or `td-agent --version` + - Operating system: `cat /etc/os-release` + - Kernel version: `uname -r` + + Tip: If you hit the problem with older fluentd version, try latest version first. + value: | + - Fluentd version: + - TD Agent version: + - fluent-plugin-prometheus version: + - Operating system: + - Kernel version: + render: markdown + validations: + required: true + - type: textarea + id: configuration + attributes: + label: Your Configuration + description: | + Write your configuration here. Minimum reproducible fluentd.conf is recommended. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Your Error Log + description: Write your ALL error log here + render: shell + validations: + required: true + - type: textarea + id: addtional-context + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..29c2039 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a Question + url: https://discuss.fluentd.org/ + about: I have questions about fluent-plugin-prometheus. Please ask and answer questions at https://discuss.fluentd.org/. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..5f13dbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,38 @@ +name: Feature request +description: Suggest an idea for this project +labels: "waiting-for-triage" +body: + - type: markdown + attributes: + value: | + Please check the [README](https://github.com/fluent/fluent-plugin-prometheus/blob/master/README.md) first. To help us understand the request, please provide the following information. + - type: textarea + id: description + attributes: + label: Is your feature request related to a problem? Please describe. + description: | + A clear and concise description of what the problem is. + Ex. I'm always frustrated when [...] + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternative + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: addtional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false From 20373cb15dd49088c45f9db056624c7f2bdbdda4 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Sun, 29 Mar 2026 15:44:37 +0900 Subject: [PATCH 2/3] GitHub: add prometheus-client version in template Signed-off-by: Shizuo Fujita --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 66697f5..ccff8e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -41,6 +41,7 @@ body: - Fluentd version: - TD Agent version: - fluent-plugin-prometheus version: + - prometheus-client version: - Operating system: - Kernel version: render: markdown From 82bc6a516216e6ddf5ec854717f7cce37bd3c0c7 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Mon, 30 Mar 2026 10:27:25 +0900 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/bug_report.yaml Co-authored-by: Kentaro Hayashi Signed-off-by: Shizuo Fujita --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ccff8e1..03bb5df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -39,7 +39,7 @@ body: Tip: If you hit the problem with older fluentd version, try latest version first. value: | - Fluentd version: - - TD Agent version: + - TD Agent/Fluent Package version: - fluent-plugin-prometheus version: - prometheus-client version: - Operating system: