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:
- read the root CONTRIBUTING.md
- cross-check repository rules in AGENTS.md
- 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:
- repository rules: root CONTRIBUTING.md
- security reporting: root SECURITY.md
- local setup: Quickstart
- validation matrix: Testing
- workflow ownership: Tooling reference
- docs IA and ownership: Documentation site map
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