From 4633b4cf2ba070ca0a8147ebdb601337eab77c08 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 22 May 2024 12:01:28 -0400 Subject: [PATCH] ci: update documentation template to include URL (#22032) update documentation template to include URL --- .github/ISSUE_TEMPLATE/documentation.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 3158dab5d7d..0b4bd4bd7d2 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -26,6 +26,13 @@ body: [LangChain Github Discussions](https://github.com/langchain-ai/langchain/discussions), [LangChain Github Issues](https://github.com/langchain-ai/langchain/issues?q=is%3Aissue), [LangChain ChatBot](https://chat.langchain.com/) +- type: input + id: url + attributes: + label: URL + description: URL to documentation + validations: + required: false - type: checkboxes id: checks attributes: @@ -48,4 +55,4 @@ body: 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 + from the current documentation.