-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathCODEOWNERS
52 lines (40 loc) · 1.31 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# default
# disabled for now because we have some dead code that doesn't really need reviewed yet
# * @spacedriveapp
# crates
/crates/crypto @brxken128
/crates/ffmpeg @fogodev
/crates/file-ext @jamiepine
/crates/p2p @oscartbeaumont
/crates/prisma-cli @brendonovich
/crates/sync @brendonovich
# 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/ @jamiepine @Brendonovich @oscartbeaumont @fogodev @brxken128
/packages/macos/ @jamiepine @Brendonovich @oscartbeaumont
# server app
/apps/server/ @oscartbeaumont
# landing site
/apps/landing/ @spacedriveapp/frontend
# UI
/packages/interface/ @spacedriveapp/frontend @utkubakir
/packages/ui/ @spacedriveapp/frontend
/packages/assets/ @spacedriveapp/frontend @utkubakir
# 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