From 7d504c619e129ea352963959ccca8caac7a660c9 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 5 Feb 2026 11:35:04 +0000 Subject: [PATCH] github: update issue template contact links Reorder contact links to show Discord first, then documentation. Update Discord invite link and docs URL to current values. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 37a8cb80..68ed883d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,9 +3,9 @@ blank_issues_enabled: false # Contact links contact_links: - - name: "headscale usage documentation" - url: "https://github.com/juanfont/headscale/blob/main/docs" - about: "Find documentation about how to configure and run headscale." - name: "headscale Discord community" - url: "https://discord.gg/xGj2TuqyxY" + url: "https://discord.gg/c84AZQhmpx" about: "Please ask and answer questions about usage of headscale here." + - name: "headscale usage documentation" + url: "https://headscale.net/" + about: "Find documentation about how to configure and run headscale."