mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
19 lines
600 B
YAML
19 lines
600 B
YAML
name: Documentation
|
|
description: Report an issue related to the LangChain documentation.
|
|
title: "DOC: <Please write a comprehensive title after the 'DOC: ' prefix>"
|
|
labels: [03 - 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. |