From 20bbe4187a0b7ff6c897b7b865abda491133d6a4 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 23 Jan 2025 15:57:13 +0200 Subject: [PATCH] docs: reorder contact links in issue template config --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 493a1ecb..157a4104 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,12 +1,12 @@ blank_issues_enabled: true version: 0.1 contact_links: - - name: Discord community - url: https://discord.gg/kG35uSHDBc - about: Join our discord community - name: Qodo Merge documentation url: https://qodo-merge-docs.qodo.ai/ about: Access comprehensive guides + - name: Discord community + url: https://discord.gg/kG35uSHDBc + about: Join our discord community - name: Qodo site url: https://www.qodo.ai/ about: Visit our main website