Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

File metadata and controls

18 lines (12 loc) · 467 Bytes

Contributing to Adazo

Pair programming

This repo is pair-owned by:

Ship process

  1. Branch from main (feature/, fix/, chore/, …)
  2. Implement + npm run lint + npm run build
  3. Open a PR with summary, risk, and test plan
  4. CI green + independent review
  5. Squash-merge when approved

Do not push non-trivial work straight to main.