From 2087434cfeb3cef32c6f019b607851b12f07ded7 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 3 May 2021 09:42:02 +0200 Subject: [PATCH] Add support matrix link to bug report template See: https://www.jooq.org/download/support-matrix --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87da18b861..4279606989 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,7 @@ ### Steps to reproduce the problem - If the problem relates to code generation, please post your code generation configuration +- If the problem relates to upgrades, please check if your RDBMS version is still supported by jOOQ: https://www.jooq.org/download/support-matrix - 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