From 0bf14e5bd1361123dee76fb6a45301d5957535d8 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Fri, 3 Nov 2023 06:30:12 +0400 Subject: [PATCH] Infra: Add issue template config (#1494) --- .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 000000000..651780ea3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Official documentation + url: https://docs.opendatadiscovery.org + about: Before reaching out for support, please refer to our documentation.