spacedrive/.github/CODEOWNERS
Utku 5430781f17
codeowners (#818)
* codeowners

* feedback
2023-05-13 18:02:27 +00:00

44 lines
992 B
Plaintext

# default
# disabled for now because we have some dead code that doesn't really need reviewed yet
# * @spacedriveapp
# documentation
/apps/landing/src/pages/docs/ @jamiepine
/docs/ @jamiepine
# frontend apps (Rust bridges and tech functionality -- no real visual implications)
/apps/desktop/ @jamiepine @Brendonovich @oscartbeaumont
/apps/web/ @jamiepine
# mobile
/apps/mobile/ @spacedriveapp/mobile
# core logic
/core/ @spacedriveapp/backend
/crates/ @spacedriveapp/backend
# server app
/apps/server/ @oscartbeaumont
# landing site
/apps/landing/ @spacedriveapp/frontend
# UI
/packages/ @spacedriveapp/frontend
# base config files
/* @jamiepine
# workspace settings
/.vscode/settings.json @jamiepine
/.github/* @jamiepine @Brendonovich @oscartbeaumont
# CI
/.github/actions/ @Brendonovich @oscartbeaumont
/.github/workflows/ @Brendonovich @oscartbeaumont
# development workflow
/.github/scripts/ @oscartbeaumont
/.github/ISSUES_TEMPLATE/ @jamiepine @Brendonovich @oscartbeaumont