Thanks for your interest in contributing to this repository.
This repository is a workspace for developing web libraries and related tooling.
- Fork or create a branch from
dev. - Keep pull requests focused on a single change set.
- Update docs when behavior or APIs change.
- Run package-level build checks before opening a PR.
- Clear summary of what changed
- Why the change is needed
- Notes about potential breaking changes
- Screenshots or usage snippets for UI changes
- Prefer TypeScript for reusable logic and components.
- Keep public APIs explicit with barrel exports.
- Avoid unrelated refactors in feature/fix PRs.
- Preserve existing style unless a migration is agreed.
When opening an issue, include:
- expected behavior
- current behavior
- reproduction steps
- environment details (Node, npm, framework version)