...

Text file src/github.com/launchdarkly/go-server-sdk/v6/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/launchdarkly/go-server-sdk/v6/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4title: ''
     5labels: ''
     6assignees: ''
     7
     8---
     9
    10**Is this a support request?**
    11This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is specifically related to the SDK, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going [here](https://support.launchdarkly.com/hc/en-us/requests/new) or by emailing support@launchdarkly.com.
    12
    13Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
    14
    15**Describe the bug**
    16A clear and concise description of what the bug is.
    17
    18**To reproduce**
    19Steps to reproduce the behavior.
    20
    21**Expected behavior**
    22A clear and concise description of what you expected to happen.
    23
    24**Logs**
    25If applicable, add any log output related to your problem.
    26
    27**SDK version**
    28The version of this SDK that you are using.
    29
    30**Language version, developer tools**
    31For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
    32
    33**OS/platform**
    34For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.
    35
    36**Additional context**
    37Add any other context about the problem here.

View as plain text