From 9995378892ed5355bc049f48983268dc33e746bf Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 17 Sep 2020 09:12:03 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 314e495681..87da18b861 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,11 +5,17 @@ labels: 'T: Defect' --- -### Expected behavior and actual behavior: +### Expected behavior -### Steps to reproduce the problem (if possible, create an MCVE: https://github.com/jOOQ/jOOQ-mcve): +### Actual behavior -### Versions: +### Steps to reproduce the problem + +- If the problem relates to code generation, please post your code generation configuration +- A complete set of DDL statements can help re-create the setup you're having +- An MCVE can be helpful to provide a complete reproduction case: https://github.com/jOOQ/jOOQ-mcve + +### Versions - jOOQ: - Java: