Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CODEOWNERS — review requirements per path (#1145).
# Owner: @Samuel1-ona (repo maintainer) as default and per-area fallback.
# External contributors: add yourself here if you become a recurring
# owner of an area (paired with the maintainer).

# Default owner for everything not matched below
* @Samuel1-ona

# Web application (Next.js): routes, lib, components, tests
/apps/web/ @Samuel1-ona

# Mobile application
/apps/mobile/ @Samuel1-ona

# Shared packages
/packages/types/ @Samuel1-ona
/packages/config/ @Samuel1-ona
/packages/ui/ @Samuel1-ona

# CI/CD and repository automation — changes require maintainer review
/.github/ @Samuel1-ona
/turbo.json @Samuel1-ona
/pnpm-workspace.yaml @Samuel1-ona
/pnpm-lock.yaml @Samuel1-ona

# Security-sensitive files always need the maintainer
/SECURITY.md @Samuel1-ona
/docker-compose.yml @Samuel1-ona