From d464d3089b97072f94221fc7613dfb4f1b03caeb Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:24:22 -0400 Subject: [PATCH] chore: redirect docs template -> docs repo (#32872) --- .github/ISSUE_TEMPLATE/config.yml | 7 ++- .github/ISSUE_TEMPLATE/documentation.yml | 59 ------------------------ 2 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3c2e682320a..c17d356634a 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?template=langchain.yml + about: Report an issue related to the LangChain documentation - name: LangChain Forum - url: https://forum.langchain.com/ - about: General community discussions, support, and feature requests + url: https://forum.langchain.com/ + 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 a18b49351f5..00000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,59 +0,0 @@ -name: Documentation -description: Report an issue related to the LangChain documentation. -title: "docs: " -labels: [documentation] - -body: - - type: markdown - attributes: - value: | - Thank you for taking the time to report an issue in the documentation. - - Only report issues with documentation here, explain if there are - any missing topics or if you found a mistake in the documentation. - - Do **NOT** use this to ask usage questions or reporting issues with your code. - - If you have usage questions or need help solving some problem, - please use the [LangChain Forum](https://forum.langchain.com/). - - If you're in the wrong place, here are some helpful links to find a better - place to ask your question: - - * [LangChain Forum](https://forum.langchain.com/), - * [LangChain Github Issues](https://github.com/langchain-ai/langchain/issues?q=is%3Aissue), - * [LangChain documentation with the integrated search](https://python.langchain.com/docs/get_started/introduction), - * [LangChain how-to guides](https://python.langchain.com/docs/how_to/), - * [API Reference](https://python.langchain.com/api_reference/), - * [LangChain ChatBot](https://chat.langchain.com/) - * [GitHub search](https://github.com/langchain-ai/langchain), - - type: input - id: url - attributes: - label: URL - description: URL to documentation - validations: - required: false - - type: checkboxes - id: checks - attributes: - label: Checklist - description: Please confirm and check all the following options. - options: - - label: I added a very descriptive title to this issue. - required: true - - label: I included a link to the documentation page I am referring to (if applicable). - required: true - - type: textarea - attributes: - label: "Issue with current documentation:" - description: > - Please make sure to leave a reference to the document/code you're - referring to. Feel free to include names of classes, functions, methods - or concepts you'd like to see documented more. - - 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.