Skip to content

Commit ea0d788

Browse files
committed
Nit fixes to bug template (open-telemetry#2161)
1 parent ea2b9a7 commit ea0d788

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ body:
2020
- type: textarea
2121
id: api-version
2222
attributes:
23-
label: API Version
23+
label: OpenTelemetry API Version (i.e version of `opentelemetry` crate)
2424
description: What version of the `opentelemetry` crate are you using?
2525
placeholder: 0.x, 1.x, etc.
2626
validations:
2727
required: true
2828
- type: textarea
2929
id: sdk-version
3030
attributes:
31-
label: SDK Version
31+
label: label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate)
3232
description: What version of the `opentelemetry_sdk` crate are you using?
3333
placeholder: 0.x, 1.x, etc.
3434
validations:
@@ -39,6 +39,7 @@ body:
3939
label: What Exporter(s) are you seeing the problem on?
4040
multiple: true
4141
options:
42+
- stdout
4243
- OTLP
4344
- Zipkin
4445
- Prometheus

0 commit comments

Comments
 (0)