Skip to content

Commit

Permalink
[CODEOWNERS] Add codeowners for CLI, SDK, Rosetta (aptos-labs#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario authored Aug 13, 2022
1 parent ec3ed05 commit 82750d6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
/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.
# 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.
Expand All @@ -15,4 +18,14 @@
# Owners for the `/consensus` directory and all its subdirectories.
/consensus/ @zekun000
# Owners for the `/storage` directory and all its subdirectories.
/storage/ @msmouse
/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

0 comments on commit 82750d6

Please sign in to comment.