mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
fix the grammar and markdown component (#27657)
## Before  ## After  ## Typo `(either in PR summary of in a linked issue)` => `either in PR summary or in a linked issue` --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
parent
8fb6708ac4
commit
0b97135da1
@ -36,7 +36,7 @@ by the submitter.
|
|||||||
- PRs that directly impact core code and are likely to affect end users.
|
- PRs that directly impact core code and are likely to affect end users.
|
||||||
- **Triage Guideline**: most PRs should either go straight to `In Review` or closed.
|
- **Triage Guideline**: most PRs should either go straight to `In Review` or closed.
|
||||||
- These PRs are given top priority and are reviewed the fastest.
|
- These PRs are given top priority and are reviewed the fastest.
|
||||||
- PRs that don't have a **concise** descriptions of their motivation (either in PR summary of in a linked issue) are likely to be closed without an in-depth review. Please do not generate verbose PR descriptions with an LLM.
|
- PRs that don't have a **concise** descriptions of their motivation (either in PR summary or in a linked issue) are likely to be closed without an in-depth review. Please do not generate verbose PR descriptions with an LLM.
|
||||||
- PRs that don't have unit tests are likely to be closed.
|
- PRs that don't have unit tests are likely to be closed.
|
||||||
- Feature requests should first be opened as a GitHub issue and discussed with the LangChain maintainers. Large PRs submitted without prior discussion are likely to be closed.
|
- Feature requests should first be opened as a GitHub issue and discussed with the LangChain maintainers. Large PRs submitted without prior discussion are likely to be closed.
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ by the submitter.
|
|||||||
- These are reviewed and closed aggressively, similar to core PRs.
|
- These are reviewed and closed aggressively, similar to core PRs.
|
||||||
- New feature requests should be discussed with the core maintainer team beforehand in an issue.
|
- New feature requests should be discussed with the core maintainer team beforehand in an issue.
|
||||||
|
|
||||||
3. **PRs that touch /libs/partners/****:
|
3. **PRs that touch /libs/partners/**:
|
||||||
- PRs involving integration packages.
|
- PRs involving integration packages.
|
||||||
- **Triage Guideline**: most PRs should either go straight to `In Review` or closed.
|
- **Triage Guideline**: most PRs should either go straight to `In Review` or closed.
|
||||||
- The review may be conducted by our team or handed off to the partner's development team, depending on the PR's content.
|
- The review may be conducted by our team or handed off to the partner's development team, depending on the PR's content.
|
||||||
|
Loading…
Reference in New Issue
Block a user