forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
31 lines (31 loc) · 1.5 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
# Owners for the `/developer-docs-site` directory and all its subdirectories.
/developer-docs-site/ @davidiw @rajkaramchedu
# Owners for the `/crates/aptos-crypto` directory and all its subdirectories.
/crates/aptos-crypto/ @alinush
# Owners for the `/crates/aptos-crypto-derive` directory and all its subdirectories.
/crates/aptos-crypto-derive/ @alinush
# Owners for the `/api` directory and all its subdirectories. And other API related crates
/api/ @banool @gregnazario
/crates/aptos-rest-client @banool @gregnazario
/crates/aptos-open-api @banool @gregnazario
/crates/aptos-faucet @banool @gregnazario
# Owners for the `/terraform` directory and all its subdirectories.
/terraform/ @aptos-labs/prod-eng
# Owners for the `/docker` directory and all its subdirectories.
/docker/ @aptos-labs/prod-eng
# Owners for the `/state-sync` directory and all its subdirectories.
/state-sync/ @joshlind
# Owners for the `/consensus` directory and all its subdirectories.
/consensus/ @zekun000
# Owners for the `/storage` directory and all its subdirectories.
/storage/ @msmouse
# Owners for the `/aptos` directory and all its subdirectories. And other CLI related crates
/crates/aptos @gregnazario
/crates/aptos-genesis @gregnazario
/crates/aptos-faucet-cli @gregnazario
# Owners for the `/aptos-rosetta` directory and related crates.
/crates/aptos-rosetta @gregnazario
/crates/aptos-rosetta-cli @gregnazario
# Owners for the `SDKs`
/ecosystem/typescript/sdk @jjleng @gregnazario @banool
/ecosystem/python/sdk @davidiw @gregnazario @banool