Skip to content

Commit aab85fd

Browse files
committed
Add issue template.
1 parent 61ab7e2 commit aab85fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
If you're having a generation problem please answer these questions before submitting your issue. Thanks!
2+
3+
### What version of SQLBoiler are you using (`sqlboiler --version`)?
4+
5+
6+
### If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)
7+
8+
9+
### If this happened at runtime what code produced the issue? (if not applicable leave blank)
10+
11+
12+
### What is the output of the command above with the `-d` flag added to it? (Provided you are comfortable sharing this, it contains a blueprint of your schema)
13+
14+
15+
### Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)
16+
17+
18+
### Further information. What did you do, what did you expect?

0 commit comments

Comments
 (0)