mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-21 12:01:47 +00:00
chore: update hyperlink (#32051)
This commit is contained in:
parent
0807711dad
commit
8199a5562a
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -22,7 +22,7 @@ Thank you for contributing to LangChain! Follow these steps to mark your pull re
|
|||||||
1. A test for the integration, preferably unit tests that do not rely on network access,
|
1. A test for the integration, preferably unit tests that do not rely on network access,
|
||||||
2. An example notebook showing its use. It lives in `docs/docs/integrations` directory.
|
2. An example notebook showing its use. It lives in `docs/docs/integrations` directory.
|
||||||
|
|
||||||
- [ ] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. **We will not consider a PR unless these three are passing in CI.** See contribution guidelines for more: <https://python.langchain.com/docs/contributing/>
|
- [ ] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. **We will not consider a PR unless these three are passing in CI.** See [contribution guidelines](https://python.langchain.com/docs/contributing/) for more.
|
||||||
|
|
||||||
Additional guidelines:
|
Additional guidelines:
|
||||||
|
|
||||||
@ -30,5 +30,3 @@ Additional guidelines:
|
|||||||
- Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests.
|
- Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests.
|
||||||
- Most PRs should not touch more than one package.
|
- Most PRs should not touch more than one package.
|
||||||
- Changes should be backwards compatible.
|
- Changes should be backwards compatible.
|
||||||
|
|
||||||
If no one reviews your PR within a few days, please @-mention one of eyurtsev, ccurme, mdrxy.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user