diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48fd5593f..a2bf54be2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,4 @@ +TESTING # Contributing to LangGraph Thank you for being interested in contributing to LangGraph! @@ -291,4 +292,4 @@ def my_function(arg1: int, arg2: str) -> float: This is a description of the return value. """ return 3.14 -``` \ No newline at end of file +```