Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 476 Bytes

File metadata and controls

19 lines (15 loc) · 476 Bytes

Contributing to OneGrid

OneGrid targets an enterprise 1.0 release. Changes must preserve the core -> dom -> wrapper architecture, keep public APIs stable, and include tests and documentation evidence in CHECKLIST.md.

Before opening a change, run:

pnpm lint
pnpm typecheck
pnpm test:unit
pnpm test:e2e
pnpm build
pnpm docs:build

Do not introduce eval, new Function, inline event handlers, or renderer paths that treat user strings as HTML by default.