forked from BitGo/BitGoJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
45 lines (33 loc) · 1.94 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
# 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 [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*bch.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*btg.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*bsv.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*ltc.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*dash.ts [email protected] [email protected]
modules/core/src/v2/coins/*eth.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/token.ts [email protected] [email protected] [email protected] [email protected]
modules/core/src/v2/coins/*zec.ts [email protected] [email protected]
# Trading accounts
modules/core/src/v2/trading/*.ts [email protected] [email protected]
# Express
modules/express/* [email protected]
# Statics
modules/statics/* [email protected] [email protected]
# Package Configuration Files
modules/*/package*.json [email protected]
modules/account-lib/* @argjv @twtaylorbitgo @CapnMigraine @marktoda @BitGo/git-admins
# Lock files
yarn.lock [email protected]
modules/express/package-lock.json [email protected]
# NOTHING BELOW THIS LINE
CODEOWNERS @BitGo/git-admins @argjv @twtaylorbitgo @CapnMigraine @tylerlevine @marktoda