Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 946 Bytes

File metadata and controls

37 lines (25 loc) · 946 Bytes

Contributing

Thanks for your interest in contributing to this repository.

Scope

This repository is a workspace for developing web libraries and related tooling.

Getting started

  1. Fork or create a branch from dev.
  2. Keep pull requests focused on a single change set.
  3. Update docs when behavior or APIs change.
  4. Run package-level build checks before opening a PR.

Pull request checklist

  • Clear summary of what changed
  • Why the change is needed
  • Notes about potential breaking changes
  • Screenshots or usage snippets for UI changes

Coding standards

  • 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.

Issues

When opening an issue, include:

  • expected behavior
  • current behavior
  • reproduction steps
  • environment details (Node, npm, framework version)