From 7db680fd4b7903a8e755a14f90b4d8e9ddaca499 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 9 Jan 2024 09:49:49 -0500 Subject: [PATCH] CI: Fix template for questions (#15756) CI: Workflow fix template for questions --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/question.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7a40881c7e..79a1e6cfee 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ blank_issues_enabled: true version: 2.1 contact_links: + - name: 🤔 Question or Problem + about: Ask a question or ask about a problem in GitHub Discussions. + url: https://github.com/langchain-ai/langchain/discussions - name: Discord url: https://discord.gg/6adMQxSpJS about: General community discussions diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 1cefcf8c5c..0000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,3 +0,0 @@ -name: 🤔 Question or Problem -about: Ask a question or ask about a problem in GitHub Discussions. -url: https://github.com/langchain-ai/langchain/discussions \ No newline at end of file