docs: add contribution guidelines (#844)

This commit is contained in:
Vadym Barda
2024-06-27 14:20:01 -04:00
committed by GitHub
parent 90335613e9
commit 2c8d4b4e62
3 changed files with 301 additions and 0 deletions
+4
View File
@@ -217,3 +217,7 @@ final_state["messages"][-1].content
* [Conceptual Guides](https://langchain-ai.github.io/langgraph/concepts/): In-depth explanations of the key concepts and principles behind LangGraph, such as nodes, edges, state and more.
* [API Reference](https://langchain-ai.github.io/langgraph/reference/graphs/): Review important classes and methods, simple examples of how to use the graph and checkpointing APIs, higher-level prebuilt components and more.
* [Cloud (beta)](https://langchain-ai.github.io/langgraph/cloud/): With one click, deploy LangGraph applications to LangGraph Cloud.
## Contributing
For more information on how to contribute, see [here](https://github.com/langchain-ai/langgraph/CONTRIBUTING.md).