infra: pr template nit (#17438)

This commit is contained in:
Bagatur 2024-02-12 16:19:14 -08:00 committed by GitHub
parent 37629516cd
commit bd0ad6637a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ Checklist:
- [ ] PR title: Please title your PR "package: description", where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - [ ] PR title: Please title your PR "package: description", where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes.
- Example: "community: add foobar LLM" - Example: "community: add foobar LLM"
- [ ] PR message: Delete this entire template and replace it with the following bulleted list - [ ] PR message: **Delete this entire template message** and replace it with the following bulleted list
- **Description:** a description of the change - **Description:** a description of the change
- **Issue:** the issue # it fixes, if applicable - **Issue:** the issue # it fixes, if applicable
- **Dependencies:** any dependencies required for this change - **Dependencies:** any dependencies required for this change