...

Text file src/github.com/pelletier/go-toml/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/pelletier/go-toml/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4---
     5
     6<!--
     7‼️ Main development focus is on the upcoming go-toml v2 ⚠️
     8
     9As a result, v1.x bugs will likely not see a fix on a v1.x version.
    10However, reporting the bug is the best way to ensure that it will be fixed in v2.
    11
    12See https://github.com/pelletier/go-toml/discussions/506.
    13-->
    14
    15
    16**Describe the bug**
    17A clear and concise description of what the bug is.
    18
    19**To Reproduce**
    20Steps to reproduce the behavior. Including TOML files.
    21
    22**Expected behavior**
    23A clear and concise description of what you expected to happen, if other than "should work".
    24
    25**Versions**
    26 - go-toml: version (or git sha)
    27 - go: version
    28 - operating system: e.g. macOS, Windows, Linux
    29
    30**Additional context**
    31Add any other context about the problem here that you think may help to diagnose.

View as plain text