Skip to content

Commit b6d424c

Browse files
authored
Update new.md
1 parent 1ac8a75 commit b6d424c

File tree

1 file changed

+52
-13
lines changed

1 file changed

+52
-13
lines changed

.github/ISSUE_TEMPLATE/new.md

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,54 @@
1-
---
2-
name: Metrics
3-
about: Issues related to the specification/metrics directory
4-
labels: spec:metrics
5-
---
6-
7-
**What are you trying to achieve?**
8-
9-
What did you expect to see?
10-
11-
**Additional context.**
12-
13-
Add any other context about the problem here. If you followed an existing documentation, please share the link to it.
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage:todo"]
5+
projects: ["open-telemetry/opentelemetry-rust"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: Also tell us, what did you expect to happen?
16+
placeholder: Tell us what you see!
17+
value: "A bug happened!"
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: api-version
22+
attributes:
23+
label: OpenTelemetry API Version (i.e version of `opentelemetry` crate)
24+
description: What version of the `opentelemetry` crate are you using?
25+
placeholder: 0.x, 1.x, etc.
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: sdk-version
30+
attributes:
31+
label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate)
32+
description: What version of the `opentelemetry_sdk` crate are you using?
33+
placeholder: 0.x, 1.x, etc.
34+
validations:
35+
required: true
36+
- type: dropdown
37+
id: browsers
38+
attributes:
39+
label: What Exporter(s) are you seeing the problem on?
40+
multiple: true
41+
options:
42+
- stdout
43+
- OTLP
44+
- Zipkin
45+
- Prometheus
46+
- N/A
47+
- type: textarea
48+
id: logs
49+
attributes:
50+
label: Relevant log output
51+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52+
render: shell
1453

1554
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

0 commit comments

Comments
 (0)