From 059942b5fce3a3942fa964395e95dacf9e598d61 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 9 Jul 2025 09:49:16 -0400 Subject: [PATCH] ci: update issue template to refer Q&A to langchain forum (#31829) Update issue template to link to the langchain forum --- .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 7129e9d6a8e..956a8dc1f09 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,9 @@ blank_issues_enabled: false version: 2.1 contact_links: - - name: 🤔 Question or Problem - about: Ask a question or ask about a problem in GitHub Discussions. - url: https://www.github.com/langchain-ai/langchain/discussions/categories/q-a + - name: 🤔 Question + about: Ask a question in the LangChain forums + url: https://forum.langchain.com/c/help/langchain/14 - name: Feature Request url: https://www.github.com/langchain-ai/langchain/discussions/categories/ideas about: Suggest a feature or an idea