PR Templates & CODEOWNERS
Intent
Guided reviews with clear ownership
Implementation Considerations
PR checklist
PR checklist
## Summary
- [ ] Linked issue
- [ ] Updated ADR (if applicable)
- [ ] Added/updated examples
- [ ] Passing CI (SUSHI, Publisher)
## Reviewer Notes
- Focus areas
- Backwards compatibility
CODEOWNERS
CODEOWNERS
# CODEOWNERS
/input/fsh/ @ig-leads @fhir-engineers
/input/examples/ @qa-conformance
/input/includes/ @ig-leads
/docs/adr/ @ig-leads @architects
Benefits
- Consistent gates
Trade-offs
- Owner updates when team changes