spacedrive/.github/CODEOWNERS
maxichrome 17f9db3ba8
Add code owners (#164)
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-05-19 01:28:48 -05:00

43 lines
1.1 KiB
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/mobile/ @jamiepine @Brendonovich @oscartbeaumont
/apps/web/ @jamiepine @maxichrome
# core logic
/core/ @jamiepine @Brendonovich @oscartbeaumont
/packages/macos/ @jamiepine @Brendonovich @oscartbeaumont
# server app
/apps/server/ @oscartbeaumont
# landing site
/apps/landing/ @jamiepine @maxichrome
# UI
/packages/interface/ @jamiepine @maxichrome
/packages/ui/ @jamiepine @maxichrome
# base config files
/* @jamiepine
# workspace settings
/.vscode/.todo @jamiepine
/.vscode/settings.json @jamiepine
/.github/* @jamiepine @Brendonovich @maxichrome @oscartbeaumont
# CI
/.github/actions/ @Brendonovich @oscartbeaumont
/.github/workflows/ @Brendonovich @oscartbeaumont
# development workflow
/.github/scripts/ @oscartbeaumont
/.github/ISSUES_TEMPLATE/ @jamiepine @Brendonovich @maxichrome @oscartbeaumont