PR conventions
Branch naming
Use mN-feature-slug, for example m8-docs-site or m6-plugin-loader.
Commit style
- Use an imperative, scoped subject line, such as
feat(m8): add docs guide. - Wrap the body at 72 characters.
- Group related changes per commit; avoid mega-commits.
- Do not include AI attribution in commit messages.
Required checks
A PR should pass:
npm run typechecknpm testnpm run buildnpm run build -w @strata-grid/docs-sitenpm pack --dry-runpublint@arethetypeswrong/cli
Code review
Open the PR with a short summary and a test plan. Address reviewer comments by pushing follow-up commits; squash-merge is the default.