Files
WRNexusJS/CONTRIBUTING.md
T
Clintchiz 586a6db8ff
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.0
2026-08-02 23:18:51 +05:30

523 B

Contributing

Install Bun 1.3.14 or newer and Node.js 24, then run:

bun install --frozen-lockfile
npm ci --prefix editors/vscode
bun run typecheck
bun run lint
bun run format:check
bun run test:all
bun run validate:0.8

Keep migrations conservative, backed up, idempotent, and covered by fixtures. Generated files must be produced by their documented generate:* command and committed with their source change. Security issues follow SECURITY.md and must not be disclosed publicly before a coordinated fix.