From 7170e04aa6f2193fdafedc8b22ffa84ace3988cf Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:17:11 -0400 Subject: [PATCH] chore: update issue templates to redirect docs stuff (#6119) --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/ISSUE_TEMPLATE/documentation.yml | 19 ------------------- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8ab0b8d23..0273d1555 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ blank_issues_enabled: false version: 2.1 contact_links: + - name: Documentation + url: https://github.com/langchain-ai/docs/issues/new + about: Report an issue related to the LangGraph documentation - name: LangChain Forum url: https://forum.langchain.com/ - about: General community discussions, support, and feature requests + about: General community discussions and support diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml deleted file mode 100644 index fa48adb58..000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Documentation -description: Report an issue related to the LangGraph documentation. -title: "DOC: " -labels: [documentation] - -body: -- type: textarea - attributes: - label: "Issue with current documentation:" - description: > - Please make sure to leave a reference to the document/code you're - referring to. - -- type: textarea - attributes: - label: "Idea or request for content:" - description: > - Please describe as clearly as possible what topics you think are missing - from the current documentation. \ No newline at end of file