Skip to content

OurCodeLab/oclui

Repository files navigation

Contributing to OurCodeLab / OCLUI

Thanks for your interest in contributing! A few guidelines to make collaboration smooth:

  • Fork the repo and create a branch for your work (git checkout -b feat/my-feature).
  • Add Storybook stories for any UI change or new component.
  • Add tests (Vitest + @testing-library/react) for behavior and snapshots when helpful.
  • Run linters and type checks: pnpm -w lint and pnpm -w run typecheck.
  • Open a PR with a clear description of what changed and why; link to any design or issue discussion.

Release process

  • We publish packages from CI on tag push (v*.*.*). The publish workflow uses NPM_TOKEN set in repo secrets.

Developer setup

  • pnpm install at repo root
  • pnpm -w test to run tests
  • pnpm --filter @ourcodelab/oclui run build to build the package

Code of Conduct

  • Please respect others. We follow a friendly, inclusive code of conduct in contributions.

About

The React Component Library

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors