From 94b7e2ffff1764070361e27bec0b8f91009a8167 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 13 Nov 2025 18:01:56 -0500 Subject: [PATCH] github: Add more options to the issue config --- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..352d84239 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,11 @@ blank_issues_enabled: false +contact_links: + - name: Ask a question + url: https://github.com/deskflow/deskflow/discussions/new?category=q-a + about: Where to ask general questions. + - name: Show and Tell + url: https://github.com/deskflow/deskflow/discussions/new?category=show-and-tell + about: Show off things you have done with Deskflow + - name: Chat with us + url: https://matrix.to/#/#deskflow:matrix.org + about: Join us in live chat.