From 58c1abf92e2b83accb35fd4f320cb20ca977e116 Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Thu, 14 May 2020 15:36:47 +0200 Subject: [PATCH] Add help link at issue creation --- .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..4f4ce286a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Github support + url: https://support.github.com/contact?subject=Code+Scanning+Beta+Support&tags=code-scanning-support + about: Code Scanning Beta Support - Get help with GitHub \ No newline at end of file