github.com/newrelic/newrelic-client-go@v1.1.0/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: 'Report a bug '
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  ### Description
    11  A clear and concise description of what the problem is.
    12  
    13  ### Go Version
    14  Provide the output of `go version` here please
    15  
    16  ### Current behavior
    17  A clear and concise description of what you're currently experiencing.
    18  
    19  ### Expected behavior
    20  A clear and concise description of what you expected to happen.
    21  
    22  ### Steps To Reproduce
    23  Steps to reproduce the behavior:
    24  1. Do this...
    25  2. Then do this... etc
    26  3. See error
    27  
    28  ### Debug Output (if applicable)
    29  If applicable, add associated log output to help explain the problem.
    30  
    31  ### Additional Context
    32  Add any other context about the problem here.
    33  
    34  ### References or Related Issues
    35  Are there any other related GitHub issues (open or closed) or Pull Requests that should be linked here?