CentR Icon CentR v0.1.0

Contributing to CentR

We welcome contributions! Please follow our open-source workflow and quality gates.

Local Development Setup

bash
git clone https://github.com/chiragpgauswami/CentR.git
cd CentR
npm install
npm run build
npm test

Quality Gates

All pull requests must pass all regression checks before merge:

  • npm run build: Clean compilation across all 5 workspace packages.
  • npm test: 100% pass rate across all 298 tests.
  • npm run typecheck: Zero TypeScript errors in strict mode.
  • npm run lint: Zero ESLint warnings or errors.