From ff79a99825a2609ffc32eae1eff2484cbc23bede Mon Sep 17 00:00:00 2001 From: Deepanshu <110890939+DeepanshuProgrammer@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:23:03 +0530 Subject: [PATCH] Fix Typo in CONTRIBUTING.md file (#12145) Fix Type & add suitable pronoun in CONTRIBUTING.md file Co-authored-by: Eugene Yurtsev --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c00132026ab..f70fd177469 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to LangChain Hi there! Thank you for even being interested in contributing to LangChain. -As an open source project in a rapidly developing field, we are extremely open +As an open-source project in a rapidly developing field, we are extremely open to contributions, whether they be in the form of new features, improved infra, better documentation, or bug fixes. ## 🗺️ Guidelines @@ -14,7 +14,7 @@ Please do not try to push directly to this repo unless you are a maintainer. Please follow the checked-in pull request template when opening pull requests. Note related issues and tag relevant maintainers. -Pull requests cannot land without passing the formatting, linting and testing checks first. See [Testing](#testing) and +Pull requests cannot land without passing the formatting, linting, and testing checks first. See [Testing](#testing) and [Formatting and Linting](#formatting-and-linting) for how to run these checks locally. It's essential that we maintain great documentation and testing. If you: @@ -79,7 +79,7 @@ There are two separate projects in this repository: - `langchain`: core langchain code, abstractions, and use cases - `langchain.experimental`: see the [Experimental README](../libs/experimental/README.md) for more information. -Each of these has their own development environment. Docs are run from the top-level makefile, but development +Each of these has its own development environment. Docs are run from the top-level makefile, but development is split across separate test & release flows. For this quickstart, start with langchain core: