Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
d1d02ed9 docs(contributing): add CONTRIBUTING.md, editorconfig, vscode recommendations
- CONTRIBUTING.md covering prereqs (Node 24, pnpm 11), initial setup,
repo layout, day-to-day commands, the per-package tsconfig pattern,
where to add unit tests, the (mandatory) E2E coverage matrix,
changesets, PR flow, and how to add a new provider adapter. Documents
the known gaps: .vue/.svelte SFCs are not linted today, and build
configs are not in the `tsc` pass.
- .editorconfig with the repo's existing conventions (LF, utf-8,
2-space, final newline).
- .vscode/extensions.json recommending eslint, prettier, vitest
explorer, nx, svelte, vue, editorconfig.
The PR template already linked to a missing CONTRIBUTING.md; this fixes
that broken link.