From 7159d3b25451e096fc9d0c35bb61ce89c672b3cc Mon Sep 17 00:00:00 2001 From: MattQ <115874885+mattqdev@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:27:50 +0100 Subject: [PATCH] Docs: escape hash symbol in help channel names in issue template (#9695) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 26c896f069..7ba6bf4f77 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: true contact_links: - name: Onboarding url: https://discord.gg/clawd - about: New to Clawdbot? Join Discord for setup guidance from Krill in #help. + about: New to Clawdbot? Join Discord for setup guidance from Krill in \#help. - name: Support url: https://discord.gg/clawd - about: Get help from Krill and the community on Discord in #help. + about: Get help from Krill and the community on Discord in \#help.