migrate/.github/ISSUE_TEMPLATE/bug_report.md

40 lines
944 B
Markdown
Raw Normal View History

2018-08-29 19:14:54 +00:00
---
name: Bug report
about: Create a report to help us improve
---
**Describe the Bug**
A clear and concise description of what the bug is.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. My migrations look like '...'
2. I ran migrate with the following options '....'
3. See error
**Expected Behavior**
A clear and concise description of what you expected to happen.
**Migrate Version**
e.g. v3.4.0
Obtained by running: `migrate -version`
**Loaded Source Drivers**
e.g. s3, github, go-bindata, gcs, file
Obtained by running: `migrate -help`
**Loaded Database Drivers**
e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, redshift, cassandra, cockroach, mysql
Obtained by running: `migrate -help`
2018-09-19 10:10:08 +00:00
**Go Version**
e.g. go version go1.11 linux/amd64
Obtained by running: `go version`
2018-08-29 19:14:54 +00:00
**Stacktrace**
Please provide if available
**Additional context**
Add any other context about the problem here.