From e560437dfac45384eedba3e2a27c9c5a9980af84 Mon Sep 17 00:00:00 2001 From: Mike Ellis Date: Wed, 4 Oct 2023 14:49:12 -0400 Subject: [PATCH] Adds .github\ISSUE_TEMPLATE\config.yml --- .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..2fa58e9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Support + url: https://stackoverflow.com + about: Maintainers are not available to provide support. Please ask and answer questions on StackOverflow or the like.