From fd9f9ea264c43fb2bdb502f9ece33732fe70f053 Mon Sep 17 00:00:00 2001 From: Alex Nichols Date: Fri, 19 Jun 2020 08:50:51 -0700 Subject: [PATCH] Add Support feedback page to issue template --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 49dc987..17e20fb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: GitHub Community Forum url: https://github.community/ about: Ask questions and discuss the roadmap here. + - name: GitHub Support - Feedback + url: https://support.github.com/contact/feedback + about: Share your feedback with the GitHub team.