...

Text file src/go.opentelemetry.io/otel/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: go.opentelemetry.io/otel/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report of invalid behavior to help us improve
     4title: ''
     5labels: bug
     6assignees: ''
     7
     8---
     9
    10### Description
    11
    12A clear and concise description of what the bug is.
    13
    14### Environment
    15
    16- OS: [e.g. iOS]
    17- Architecture: [e.g. x86, i386]
    18- Go Version: [e.g. 1.15]
    19- opentelemetry-go version: [e.g. v0.14.0, 3c7face]
    20
    21### Steps To Reproduce
    22
    231. Use the configuration '...'
    242. Run '...'
    253. See error
    26
    27### Expected behavior
    28
    29A clear and concise description of what you expected to happen.

View as plain text