...

Text file src/github.com/golang-migrate/migrate/v4/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/golang-migrate/migrate/v4/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4
     5---
     6
     7**Describe the Bug**
     8A clear and concise description of what the bug is.
     9
    10**Steps to Reproduce**
    11Steps to reproduce the behavior:
    121. My migrations look like '...'
    132. I ran migrate with the following options '....'
    143. See error
    15
    16**Expected Behavior**
    17A clear and concise description of what you expected to happen.
    18
    19**Migrate Version**
    20e.g. v3.4.0
    21Obtained by running: `migrate -version`
    22
    23**Loaded Source Drivers**
    24e.g. s3, github, go-bindata, gcs, file
    25Obtained by running: `migrate -help`
    26
    27**Loaded Database Drivers**
    28e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, pgx, redshift, cassandra, cockroach, mysql
    29Obtained by running: `migrate -help`
    30
    31**Go Version**
    32e.g. go version go1.11 linux/amd64
    33Obtained by running: `go version`
    34
    35**Stacktrace**
    36Please provide if available
    37
    38**Additional context**
    39Add any other context about the problem here.

View as plain text