chore: update commit standards to enforce lowercase titles and required scopes (#34847)

This commit is contained in:
Mason Daugherty
2026-01-22 17:32:34 -05:00
committed by GitHub
parent d899681040
commit 5a956b745f
3 changed files with 25 additions and 3 deletions

View File

@@ -32,7 +32,13 @@
# fireworks, groq, huggingface, mistralai, nomic, ollama, openai,
# perplexity, prompty, qdrant, xai, infra, deps
#
# Multiple scopes can be used by separating them with a comma.
# Multiple scopes can be used by separating them with a comma. For example:
#
# feat(core,cli): add multitenant support to core and cli
#
# Note: PRs touching the langchain package should use the 'langchain' scope. It is not
# acceptable to omit the scope for changes to the langchain package, despite it being
# the main package & name of the repo.
#
# Rules:
# 1. The 'Type' must start with a lowercase letter.