docs(docs): add release note guidance to PR docs (#38574)

Adds release note expectations to the contribution guidance so
behavior-changing PRs have a clear place for user-visible release notes.
The agent-facing repository instructions now match the PR template
guidance.
This commit is contained in:
Mason Daugherty
2026-06-30 13:56:26 -04:00
committed by GitHub
parent a6612179da
commit fa34b22343
3 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ Thank you for contributing to LangChain! Follow these steps to have your pull re
- If there are any breaking changes, please clearly describe them.
- If this PR depends on another PR being merged first, please include "Depends on #PR_NUMBER" in the description.
## Release note
<!-- Required for net new features or behavior-changing bugfixes. State the user-visible change in release-note-ready language. Omit this section for chores, refactors, or test-only changes. -->
3. 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.