github.com/kubecost/golang-migrate-duckdb/v4@v4.17.0-duckdb.1/.github/ISSUE_TEMPLATE/bug_report.md (about)

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