From 9f4d66cf33bb218d8dbb60d11c2568124b6d2417 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Mon, 2 Sep 2024 12:08:04 -0400 Subject: [PATCH] add discussion and discord links when opening issues --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e69de29b..7bb58c09 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: 🗨 Discussions + url: https://github.com/ionide/ionide-vscode-fsharp/discussions/new/choose + about: Ask and answer questions. + - name: 💬 Discord server + url: https://discord.gg/R6n7c54 + about: Chat with the community. \ No newline at end of file