From aab85fd2cde5468e3347c3c9e6430e6230bec2be Mon Sep 17 00:00:00 2001 From: Aaron L Date: Tue, 10 Jan 2017 18:09:20 -0800 Subject: [PATCH] Add issue template. --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..062a49c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +If you're having a generation problem please answer these questions before submitting your issue. Thanks! + +### What version of SQLBoiler are you using (`sqlboiler --version`)? + + +### If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank) + + +### If this happened at runtime what code produced the issue? (if not applicable leave blank) + + +### 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) + + +### Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this) + + +### Further information. What did you do, what did you expect?