From 851e6d1d4c22fc4468cf26e21d4e769e2f2efe19 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 4 Dec 2024 12:51:00 -0500 Subject: [PATCH] issue template: replace langchain w/ langgraph (#2631) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c7204a662..f48e92bf6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -7,7 +7,7 @@ body: value: > Thank you for taking the time to file a bug report. - Use this to report BUGS in LangChain. For usage questions, feature requests and general design questions, please use [GitHub Discussions](https://github.com/langchain-ai/langchain/discussions). + Use this to report BUGS in LangGraph. For usage questions, feature requests and general design questions, please use [GitHub Discussions](https://github.com/langchain-ai/langgraph/discussions). Relevant links to check before filing a bug report to see if your issue has already been reported, fixed or if there's another way to solve your problem: