From ea0d788dae345005ced2a75846c2d51fc094761d Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Tue, 1 Oct 2024 16:06:52 -0700 Subject: [PATCH] Nit fixes to bug template (#2161) --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index fbe2085b54..9d48b6bc3c 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -20,7 +20,7 @@ body: - type: textarea id: api-version attributes: - label: API Version + label: OpenTelemetry API Version (i.e version of `opentelemetry` crate) description: What version of the `opentelemetry` crate are you using? placeholder: 0.x, 1.x, etc. validations: @@ -28,7 +28,7 @@ body: - type: textarea id: sdk-version attributes: - label: SDK Version + label: label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate) description: What version of the `opentelemetry_sdk` crate are you using? placeholder: 0.x, 1.x, etc. validations: @@ -39,6 +39,7 @@ body: label: What Exporter(s) are you seeing the problem on? multiple: true options: + - stdout - OTLP - Zipkin - Prometheus