From d10c856f6c7be1fcdfc692b912e1d047c3ac0036 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 11 Jan 2021 03:54:14 +0100 Subject: [PATCH] Add discussions to issue links Signed-off-by: Mark Sagi-Kazar --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 97e9bb8..cd537e8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,9 @@ blank_issues_enabled: false contact_links: + - name: ❓ Ask a question + url: https://github.com/spf13/viper/discussions/new?category=q-a + about: Ask and discuss questions with other Viper community members + - name: 📓 Reference url: https://pkg.go.dev/mod/github.com/spf13/viper about: Check the Go code reference