From 028c306c11fa86eaa7e540617af36b47a7fffaa8 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Mon, 2 Mar 2020 16:21:28 +0100 Subject: [PATCH] chore: redirect questions to the forum --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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 00000000..ef9a6e1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Jekyll Community Forum + url: https://talk.jekyllrb.com/ + about: Please ask and answer questions here.