Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 291 Bytes

File metadata and controls

17 lines (13 loc) · 291 Bytes

Contributing

We prefer:

  • Small PRs
  • Test-backed changes
  • Clear commit messages
  • Deterministic local verification

Workflow

  1. Create branch
  2. Make focused changes
  3. Run relevant tests
  4. Open PR

If modifying Firestore rules: cd socioprophet-web && npm ci && npm run test:rules