mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
Fix Typo in CONTRIBUTING.md file (#12145)
Fix Type & add suitable pronoun in CONTRIBUTING.md file Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
parent
66f8cb015d
commit
ff79a99825
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -1,7 +1,7 @@
|
|||||||
# Contributing to LangChain
|
# Contributing to LangChain
|
||||||
|
|
||||||
Hi there! Thank you for even being interested in 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.
|
to contributions, whether they be in the form of new features, improved infra, better documentation, or bug fixes.
|
||||||
|
|
||||||
## 🗺️ Guidelines
|
## 🗺️ 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
|
Please follow the checked-in pull request template when opening pull requests. Note related issues and tag relevant
|
||||||
maintainers.
|
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.
|
[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:
|
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`: core langchain code, abstractions, and use cases
|
||||||
- `langchain.experimental`: see the [Experimental README](../libs/experimental/README.md) for more information.
|
- `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.
|
is split across separate test & release flows.
|
||||||
|
|
||||||
For this quickstart, start with langchain core:
|
For this quickstart, start with langchain core:
|
||||||
|
Loading…
Reference in New Issue
Block a user