Skip to content

Contributing hub

This page is the docs-site entry point for contribution workflow. The repository root CONTRIBUTING.md remains the source of truth for contribution policy.

Start here

Before opening a pull request:

  1. read the root CONTRIBUTING.md
  2. cross-check repository rules in AGENTS.md
  3. use Quickstart and Testing to prepare and validate your change

What this page is for

Use this page when you need navigation, not policy detail.

Key entry points:

Documentation expectations

When a change affects behavior, keep the relevant docs aligned:

  • product and guide pages for user-facing workflow changes
  • API reference for contract changes
  • architecture pages for implementation-boundary changes
  • ops pages for release, runbook, SLO, or incident-response changes

Review mindset

Good contributions in this repository usually include:

  • the right validation commands for the changed surface
  • updated docs when behavior or workflows changed
  • screenshots or short clips for user-visible changes when useful
  • focused scope without unrelated cleanup