Reference
Contributing
Contribution workflow for content, styling, and infrastructure updates.
contributingworkflowpull requests
Contributing
Before opening a pull request
- Run
npm run lint. - Run
npm run typecheck. - Run
npm run build. - Verify links and navigation for changed pages.
Content contribution checklist
- Include complete frontmatter.
- Add clear headings for TOC generation.
- Keep examples accurate and copy-paste friendly.
- Link related pages to reduce dead ends.
Infrastructure changes
When changing build config, SEO routes, or deployment logic, include:
- What changed.
- Why it changed.
- How to validate behavior locally.
Updated 2026-04-19

