Contributing

August 28, 2026 ยท View on GitHub

Markdown Formatting

Markdown files are formatted with Prettier and prettier-plugin-sentences-per-line to enforce one sentence per line, which keeps diffs small and easy to review.

Install dependencies with pnpm:

corepack enable
pnpm install

Check formatting:

pnpm run fmt:check

Apply formatting:

pnpm run fmt

CI runs pnpm run fmt:check on pushes and pull requests that touch Markdown files (see .github/workflows/markdown_format.yml).

For language-specific contribution instructions, see the README.md and CONTRIBUTING.md files (where present) in each language's folder, e.g. vscode/extension/CONTRIBUTING.md.