forked from miketout/BitGoJS
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCODEOWNERS
46 lines (34 loc) · 1.96 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
# 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.
* tyler@bitgo.com
# Order is important. The last matching pattern has the most precedence.
# Recovery
modules/core/src/v2/recovery.ts tyler@bitgo.com
# Coin Support
modules/core/src/v2/coins/*btc.ts mark@bitgo.com paddy@bitgo.com otto@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*bch.ts mark@bitgo.com paddy@bitgo.com otto@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*btg.ts mark@bitgo.com paddy@bitgo.com otto@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*bsv.ts mark@bitgo.com paddy@bitgo.com otto@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*ltc.ts mark@bitgo.com paddy@bitgo.com otto@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*dash.ts dawid@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*xlm.ts luis@bitgo.com jorge@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*xrp.ts luis@bitgo.com jorge@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*eth.ts mtoda@bitgo.com barath@bitgo.com ttaylor@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/token.ts mtoda@bitgo.com barath@bitgo.com ttaylor@bitgo.com tyler@bitgo.com
modules/core/src/v2/coins/*zec.ts jorge@bitgo.com tyler@bitgo.com
# Trading accounts
modules/core/src/v2/trading/*.ts tyler@bitgo.com
# Express
modules/express/* tyler@bitgo.com
# Statics
modules/statics/* tyler@bitgo.com
# Package Configuration Files
modules/*/package*.json tyler@bitgo.com
modules/account-lib/* @argjv @twtaylorbitgo @CapnMigraine @marktoda
modules/utxo-lib/* @tylerlevine @OttoAllmendinger jorge@bitgo.com
# Lock files
yarn.lock tyler@bitgo.com
modules/express/package-lock.json tyler@bitgo.com
# NOTHING BELOW THIS LINE
CODEOWNERS @BitGo/git-admins @argjv @twtaylorbitgo @CapnMigraine @tylerlevine @marktoda