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`.