gonum.org/v1/gonum@v0.14.0/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug Report
     3  about: Report a problem with Gonum
     4  
     5  ---
     6  <!--
     7  Please make sure your issue title matches the Go convention; a summary
     8  of the problem, prefixed by the primary affected package.
     9  -->
    10  ### What are you trying to do?
    11  
    12  
    13  ### What did you do?
    14  <!--
    15  Please include a link to a minimal reproducer here. Preferably this should
    16  be a complete runnable example at https://play.golang.org/.
    17  -->
    18  
    19  
    20  ### What did you expect to happen?
    21  
    22  
    23  ### What actually happened?
    24  
    25  
    26  ### What version of Go and Gonum are you using?
    27  <!--
    28  Paste the output of `go version` and if you are installing Gonum from source, paste
    29  the output of `(cd $(go env GOPATH)/src/gonum.org/v1/gonum && git rev-parse HEAD)`.
    30  If you are using modules, also paste the output of `grep gonum.org/v1/gonum go.sum`,
    31  executed in the root of your dependent module.
    32  -->
    33  
    34  
    35  ### Does this issue reproduce with the current master?
    36