forked from rainbow-me/rainbow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
80 lines (61 loc) · 2.24 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Rainbow CODEOWNERS file
# ANDROID
android/ @brunobar79 @osdnk @terrysahaidak @estebanmino
# IOS
ios/ @brunobar79 @osdnk
# SECURITY / APP INFRA
patches/ @brunobar79 @osdnk @estebanmino @nickbytes
scripts/ @brunobar79 @osdnk @estebanmino
# DESIGN SYSTEM
src/design-system @markdalgleish @jxom
# Handlers
src/handlers/aesEncryption.ts @brunobar79 @estebanmino
src/handlers/authentication.ts @brunobar79 @estebanmino
src/handlers/cloudBackup.ts @brunobar79 @skylarbarrera @estebanmino
src/handlers/fedora.ts @osdnk @estebanmino @terrysahaidak
# Model
src/model/backup.ts @brunobar79 @estebanmino
src/model/keychain.ts @brunobar79 @estebanmino
src/model/migrations.ts @brunobar79 @estebanmino
src/model/wallet.ts @brunobar79 @estebanmino
# redux
src/redux/gas.ts @brunobar79 @estebanmino
src/redux/nonceManager.ts @derHowie @brunobar79 @estebanmino
# navigation
src/navigation @osdnk @terrysahaidak
# APP INFRA
.eslintignore @brunobar79 @osdnk @estebanmino @estrattonbailey
.eslintrc.js @brunobar79 @osdnk @estebanmino @estrattonbailey
.gitattributes @brunobar79 @estebanmino
.gitignore @brunobar79 @estebanmino
.nvmrc @brunobar79 @osdnk @estebanmino
.prettierrc.js @brunobar79 @osdnk @estebanmino
.watchmanconfig @brunobar79 @osdnk @estebanmino
# SECURITY / APP INFRA
.yarnrc @brunobar79 @estebanmino
# APP INFRA
app.json @brunobar79 @estebanmino
# SECURITY / APP INFRA
audit-ci.json @brunobar79 @skylarbarrera @estebanmino @nickbytes
# APP INFRA
babel.config.js @brunobar79 @osdnk @estebanmino
CODEOWNERS @brunobar79 @estebanmino @nickbytes
globals.d.ts @brunobar79 @osdnk @estebanmino
globalVariables.js @brunobar79 @osdnk @estebanmino
# HARDHAT
hardhat.config.js @brunobar79 @estebanmino
# APP CORE
index.js @brunobar79 @estebanmino @nickbytes
# LEGAL
LICENSE @jinchung @brunobar79 @nickbytes @estebanmino
# SECURITY / APP INFRA
metro.config.js @brunobar79 @osdnk @terrysahaidak @estebanmino
metro.transform.js @brunobar79 @osdnk @estebanmino
package.json @brunobar79 @estebanmino @nickbytes
# APP INFRA
react-native.config.js @brunobar79 @estebanmino
README.md @brunobar79 @estebanmino @nickbytes
shim.js @brunobar79 @osdnk @estebanmino @nickbytes
tsconfig.json @brunobar79 @osdnk @estebanmino @nickbytes
# SECURITY / APP INFRA
yarn.lock @brunobar79 @estebanmino @nickbytes