forked from aptos-labs/developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
26 lines (19 loc) · 824 Bytes
/
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
# This is the overarching CODEOWNERS file for Aptos.dev documentation.
# It exists to help route review requests and ensure proper review of changes.
# We include each subdirectory and relevant owners below:
# Global rule:
* @gregnazario @hariria @igor-p
## Nodes
apps/nextra/pages/en/network/nodes/** @rustielin @michelle-aptos @aptos-labs/prod-eng
## Blockchain
apps/nextra/pages/en/network/blockchain/** @aptos-labs/blockchain-eng
## Indexer
apps/nextra/pages/en/build/indexer/** @aptos-labs/ecosystem-infra
## SDKs
apps/nextra/pages/en/build/sdks/** @gregnazario @aptos-labs/developer-platform
## create-aptos-dapp
apps/nextra/pages/en/build/create-aptos-dapp/** @0xmaayan
## CLI
apps/nextra/pages/en/build/cli/** @gregnazario
## Smart Contracts
apps/nextra/pages/en/build/smart-contracts/** @aptos-labs/move-eng