-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCODEOWNERS
78 lines (61 loc) · 2.85 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
# BitGoJS code owners and first officers will automatically be requested for review whenever a pull request touches the files they own.
# Each line is a file pattern followed by one or more owners.
# These owners and first officers will be the default owners for everything in the repo.
# Order is important. The last matching pattern has the most precedence.
# Recovery
modules/core/src/v2/recovery.ts [email protected]
# Coin Support
modules/core/src/v2/coins/*btc.ts @BitGo/btc-team
modules/core/src/v2/coins/*bch.ts @BitGo/btc-team
modules/core/src/v2/coins/*btg.ts @BitGo/btc-team
modules/core/src/v2/coins/*bsv.ts @BitGo/btc-team
modules/core/src/v2/coins/*ltc.ts @BitGo/btc-team
modules/core/src/v2/coins/*dash.ts @BitGo/btc-team
modules/core/src/v2/coins/*zec.ts @BitGo/btc-team
modules/core/src/v2/coins/abstractUtxoCoin.ts @BitGo/btc-team
modules/core/src/v2/coins/utxo/* @BitGo/btc-team
# Eth
modules/core/src/v2/coins/abstractEthLikeCoin.ts @BitGo/eth-team
modules/core/src/v2/coins/*celo.ts @BitGo/eth-team
modules/core/src/v2/coins/celoToken.ts @BitGo/eth-team
modules/core/src/v2/coins/*eth.ts @BitGo/eth-team
modules/core/src/v2/coins/*eth2.ts @BitGo/eth-team
modules/core/src/v2/coins/*rbtc.ts @BitGo/eth-team
modules/core/src/v2/coins/token.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/abstractEthLikeCoin.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/*celo.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/celoToken.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/*eth.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/*eth2.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/*rbtc.ts @BitGo/eth-team
modules/core/test/v2/unit/coins/token.ts @BitGo/eth-team
# Trading accounts
modules/core/src/v2/trading/*.ts [email protected]
# Express
modules/express/* [email protected]
# Statics
modules/statics/* [email protected]
# Package Configuration Files
modules/*/package*.json [email protected]
# ACCOUNT LIB
modules/account-lib/* @argjv @CapnMigraine
modules/utxo-lib/* @BitGo/btc-team
# Eth
modules/account-lib/src/coin/celo/* @BitGo/eth-team
modules/account-lib/src/coin/etc/* @BitGo/eth-team
modules/account-lib/src/coin/eth/* @BitGo/eth-team
modules/account-lib/src/coin/eth2/* @BitGo/eth-team
modules/account-lib/src/coin/rbtc/* @BitGo/eth-team
modules/account-lib/test/coin/celo/* @BitGo/eth-team
modules/account-lib/test/coin/etc/* @BitGo/eth-team
modules/account-lib/test/coin/eth/* @BitGo/eth-team
modules/account-lib/test/coin/eth2/* @BitGo/eth-team
modules/account-lib/test/coin/rbtc/* @BitGo/eth-team
# Lock files
yarn.lock [email protected]
modules/express/package-lock.json [email protected]
# NOTHING BELOW THIS LINE
CODEOWNERS @BitGo/git-admins @argjv @CapnMigraine @tylerlevine