From 6d5ae974b09aa9d04711f9dc96bbefee3d0d7af6 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 5 Jan 2021 10:40:45 +0100 Subject: [PATCH] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..5352920618 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: jOOQ User Group + url: https://groups.google.com/g/jooq-user + about: Please use the mailing list for open ended discussions and to reach out to the community. + - name: StackOverflow + url: https://stackoverflow.com/questions/tagged/jooq + about: For questions about how to use jOOQ, consider asking your question on Stack Overflow, tagged `jooq`.