Documentation menu
DocsProject

Contributing

Standards for public package and adapter contributions.

View source

Run the full check locally:

Shell
corepack enable
pnpm install
pnpm run check

Public contributions should include tests for behavior changes.

Documentation changes must keep language-specific guides isolated, use resolvable internal links, include complete frontmatter, and link public API claims to package source. The docs verifier runs as part of pnpm run check.

Build the static GitHub Pages output when changing navigation, Markdown rendering, or styles:

Shell
pnpm run docs:build

Do not copy these into the public repo:

New collector adapters should start from official telemetry, API, or export surfaces when available.