Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/book/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ streaming, and telemetry attribution before they land on the hot path — see
[Plugins And Policy](plugins-and-policy.md). Avoid ad hoc plugin calls in the
middle of routing code.

## Branch And Pull Request Workflow

Name contribution branches `user/<user>/<pr-branch>`, where `<user>` is the
contributor's GitHub username and `<pr-branch>` is a short, kebab-case summary
of the change. For example: `user/alice/fix-session-cleanup`.

Open pull requests as drafts while work or validation is still in progress.
Mark a pull request ready for review only after its implementation,
documentation, tests, and required checks are complete.

## Validation

The pre-commit hooks run these local gates:
Expand Down
Loading