Skip to content

Commit

Permalink
Nit fixes to bug template (open-telemetry#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 4, 2024
1 parent ea2b9a7 commit ea0d788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ 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:
required: true
- 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:
Expand All @@ -39,6 +39,7 @@ body:
label: What Exporter(s) are you seeing the problem on?
multiple: true
options:
- stdout
- OTLP
- Zipkin
- Prometheus
Expand Down

0 comments on commit ea0d788

Please sign in to comment.