diff options
| author | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
| commit | 82e03978b89938219958032efb1448cc76baa181 (patch) | |
| tree | 626f3e54d52ecd49be0ed3bee30abacc0453d081 /.github/ISSUE_TEMPLATE/bug_report.md | |
Initial snapshot - OpenTelemetry demo 2.1.3 -f
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3a637d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug Report +about: Create a report to help us improve +labels: bug +--- + +# Bug Report + +Which version of the demo you are using? (please provide either a specific +[commit +hash](https://github.com/open-telemetry/opentelemetry-demo/commits/main) +or a specific +[release](https://github.com/open-telemetry/opentelemetry-demo/releases)). + +## Symptom + +A clear and concise description of what the bug is. + +**What is the expected behavior?** + +What do you expect to see? + +**What is the actual behavior?** + +Please describe the actual behavior experienced. + +## Reproduce + +Could you provide the minimum required steps to resolve the issue you're seeing? + +We will close this issue if: + +* The steps you provided are complex. +* If we can not reproduce the behavior you're reporting. + +## Additional Context + +Please feel free to add any other context about the problem here. + +<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> |
