Add code owners (#164)

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
This commit is contained in:
maxichrome 2022-05-19 01:28:48 -05:00 committed by GitHub
parent 82f219f71b
commit 17f9db3ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,42 @@
# 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