Skip to content

Commit 8199a55

Browse files
authored
chore: update hyperlink (#32051)
1 parent 0807711 commit 8199a55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ Thank you for contributing to LangChain! Follow these steps to mark your pull re
2222
1. A test for the integration, preferably unit tests that do not rely on network access,
2323
2. An example notebook showing its use. It lives in `docs/docs/integrations` directory.
2424

25-
- [ ] **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/>
25+
- [ ] **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.
2626

2727
Additional guidelines:
2828

2929
- Make sure optional dependencies are imported within a function.
3030
- Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests.
3131
- Most PRs should not touch more than one package.
3232
- Changes should be backwards compatible.
33-
34-
If no one reviews your PR within a few days, please @-mention one of eyurtsev, ccurme, mdrxy.

0 commit comments

Comments
 (0)