release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+17
View File
@@ -0,0 +1,17 @@
# Contributing
Install Bun 1.3.14 or newer and Node.js 24, then run:
```sh
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.