|
1 | 1 | # BitGoJS code owners and first officers will automatically be requested for review whenever a pull request touches the files they own. |
| 2 | + |
2 | 3 | # Each line is a file pattern followed by one or more owners. |
3 | 4 |
|
4 | 5 | # These owners and first officers will be the default owners for everything in the repo. |
5 | | -* @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
| 6 | + |
| 7 | +- @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
6 | 8 |
|
7 | 9 | # Order is important. The last matching pattern has the most precedence. |
8 | 10 |
|
9 | 11 | # UTXO coin modules |
| 12 | + |
10 | 13 | /modules/abstract-utxo/ @BitGo/btc-team |
11 | 14 | /modules/bitgo/test/v2/unit/coins/utxo/ @BitGo/btc-team |
12 | 15 | /modules/bitgo/test/v2/unit/lightning.ts @BitGo/btc-team |
|
27 | 30 | /modules/utxo-lib/ @BitGo/btc-team |
28 | 31 | /modules/utxo-ord/ @BitGo/btc-team |
29 | 32 | /modules/utxo-staking/ @BitGo/btc-team |
| 33 | +/modules/utxo-descriptors/ @BitGo/btc-team @BitGo/ethalt-team |
30 | 34 | /modules/babylonlabs-io-btc-staking-ts @BitGo/btc-team |
31 | 35 | /modules/bitgo/test/v2/unit/coins/abstractUtxoCoin.ts @BitGo/btc-team |
32 | 36 | /modules/bitgo/test/v2/unit/coins/payGoPSBTHexFixture/psbtHexProof.ts @BitGo/btc-team |
33 | 37 |
|
34 | 38 | # Lightning coin modules |
| 39 | + |
35 | 40 | /modules/abstract-lightning/ @BitGo/btc-team |
36 | 41 | /modules/sdk-coin-lnbtc/ @BitGo/btc-team |
37 | 42 |
|
38 | 43 | # Eth |
| 44 | + |
39 | 45 | /modules/account-lib/ @BitGo/ethalt-team |
40 | 46 | /modules/sdk-coin-celo/ @BitGo/ethalt-team |
41 | 47 | /modules/sdk-coin-etc/ @BitGo/ethalt-team |
|
46 | 52 | /modules/bitgo/test/v2/unit/coins/token.ts @BitGo/ethalt-team |
47 | 53 |
|
48 | 54 | # All other coins |
| 55 | + |
49 | 56 | /modules/abstract-cosmos/ @BitGo/ethalt-team |
50 | 57 | /modules/abstract-substrate/ @BitGo/ethalt-team |
51 | 58 | /modules/sdk-coin-ada/ @BitGo/ethalt-team |
|
106 | 113 | /modules/sdk-coin-hash/ @BitGo/ethalt-team |
107 | 114 |
|
108 | 115 | # Examples |
| 116 | + |
109 | 117 | /examples/ @BitGo/ethalt-team |
110 | 118 | /examples/ts/btc/ @BitGo/btc-team |
111 | 119 | /examples/ts/stablecoin @Bitgo/stablecoins |
112 | 120 |
|
113 | 121 | # Trade |
| 122 | + |
114 | 123 | /modules/sdk-core/src/bitgo/address-book/ @BitGo/prime |
115 | 124 | /modules/sdk-core/src/bitgo/trading/ @BitGo/prime |
116 | 125 |
|
117 | 126 | # Core Modules |
| 127 | + |
118 | 128 | /modules/bitgo/ @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
119 | 129 | /modules/bitgo/test/v2/unit/lightning/ @BitGo/btc-team |
120 | 130 | /modules/blake2b-wasm/ @BitGo/wallet-core @BitGo/wallet-core-india |
|
144 | 154 | /webpack/ @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
145 | 155 |
|
146 | 156 | # Asset Metadata Service |
| 157 | + |
147 | 158 | /modules/statics/src/coins/botTokens.ts @BitGo/ams |
148 | 159 | /modules/statics/src/coins/botOfcTokens.ts @BitGo/ams |
149 | 160 |
|
|
156 | 167 | /Dockerfile @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
157 | 168 | /lerna.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/devops |
158 | 169 | /package.json @BitGo/sdk-reviewers |
159 | | -**/package.json @BitGo/sdk-reviewers |
| 170 | +\*\*/package.json @BitGo/sdk-reviewers |
160 | 171 | /tsconfig.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/devops |
161 | 172 | /tsconfig.packages.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india |
162 | 173 | /yarn.lock @BitGo/sdk-reviewers |
|
0 commit comments