Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 802 Bytes

File metadata and controls

35 lines (24 loc) · 802 Bytes

Contributing

Thanks for contributing to BrewPress.

Principles

  • keep changes small and reviewable
  • follow the locked PRD before adding new scope
  • prefer deterministic behavior over implicit automation
  • do not bypass the review and publish safety model

Workflow

  1. read docs/final-prd.md
  2. read docs/gstack-delivery-plan.md
  3. work in small logical slices
  4. make local commits at logical boundaries
  5. keep docs and implementation aligned

Pull Request Expectations

  • describe what changed
  • reference the relevant stack or phase
  • call out risks and follow-ups
  • include verification notes where possible

Scope Discipline

Do not add:

  • plugin-specific SEO integrations
  • implicit live publishing
  • unsupported MVP input types

unless the product docs are updated first.