forked from Soroban-Ens/xlm-ens
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
34 lines (28 loc) · 1.31 KB
/
Copy pathCODEOWNERS
File metadata and controls
34 lines (28 loc) · 1.31 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
# CODEOWNERS
#
# Routes review requests to the appropriate owners for each workspace area.
# Entries follow the GitHub CODEOWNERS format:
# <path pattern> <owner> [<owner2> ...]
#
# The last matching pattern takes precedence.
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default — catch-all for anything not matched below
* @Soroban-Ens/maintainers
# Soroban contracts
/contracts/ @Soroban-Ens/contracts-team
/contracts/registry/ @Soroban-Ens/contracts-team
/contracts/registrar/ @Soroban-Ens/contracts-team
/contracts/resolver/ @Soroban-Ens/contracts-team
/contracts/auction/ @Soroban-Ens/contracts-team
/contracts/subdomain/ @Soroban-Ens/contracts-team
/contracts/nft/ @Soroban-Ens/contracts-team
/contracts/bridge/ @Soroban-Ens/contracts-team
# Rust SDK and common types
/packages/ @Soroban-Ens/sdk-team
# CLI
/cli/ @Soroban-Ens/cli-team
# CI / GitHub Actions / tooling
/.github/ @Soroban-Ens/devops-team
# Docs
/docs/ @Soroban-Ens/maintainers
/README.md @Soroban-Ens/maintainers