-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy pathCODEOWNERS
More file actions
50 lines (36 loc) · 1.74 KB
/
CODEOWNERS
File metadata and controls
50 lines (36 loc) · 1.74 KB
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
46
47
48
49
50
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# See [Github Documentation](https://help.github.com/articles/about-codeowners/).
# Default ownership - DevRel team owns all documentation
* @celo-org/devrel
# Build on Celo section - DevRel team
/build-on-celo/ @celo-org/devrel
# Home section (protocol, manage, etc.) - Blockchain and Primitives teams
/home/ @celo-org/blockchain @celo-org/primitives
/home/protocol/ @celo-org/blockchain @celo-org/primitives
# Contribute to Celo section - DevRel team
/contribute-to-celo/ @celo-org/devrel
# Infrastructure Partners section - Blockchain team (was cel2)
/infra-partners/ @celo-org/blockchain
# Legacy section - Blockchain team (L1 content)
/legacy/ @celo-org/blockchain
# Tooling section
/tooling/ @celo-org/devrel
# CLI tools - DevRel and DevTooling teams
/tooling/libraries-sdks/cli/ @celo-org/devrel @celo-org/devtooling
# ContractKit - DevRel and DevTooling teams
/tooling/libraries-sdks/contractkit/ @celo-org/devrel @celo-org/devtooling
# Development environments (was developer/deploy) - DevRel and Primitives teams
/tooling/dev-environments/ @celo-org/devrel @celo-org/primitives
# SDK libraries - DevRel and DevTooling teams
/tooling/libraries-sdks/rainbowkit-celo/ @celo-org/devrel @celo-org/devtooling
/tooling/libraries-sdks/viem/ @celo-org/devrel @celo-org/devtooling
/tooling/libraries-sdks/ @celo-org/devrel @celo-org/devtooling
# Smart contracts - Primitives team
/tooling/contracts/ @celo-org/primitives
# Network/Node operations - DevRel and Blockchain teams
/tooling/testnets/ @celo-org/devrel @celo-org/blockchain
/tooling/nodes/ @celo-org/devrel @celo-org/blockchain
# Configuration files
/docs.json @celo-org/devrel
/.github/ @celo-org/devrel