-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (19 loc) · 825 Bytes
/
CODEOWNERS
File metadata and controls
27 lines (19 loc) · 825 Bytes
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
# This is a codeowners file. The last matching pattern takes precedence,
# so the listed codeowners apply only if there is no later match.
# Default owner for all other files
* @MetaMask/dashboard @MetaMask/tech-writers
# All other Markdown files
*.md @MetaMask/tech-writers
*.mdx @MetaMask/tech-writers
# Developer tools documentation
/developer-tools/ @MetaMask/tech-writers
# Services documentation
/services/ @MetaMask/tech-writers
# Snaps documentation
/snaps/ @MetaMask/tech-writers @MetaMask/snaps
# Delegation Toolkit documentation
/delegation-toolkit/ @MetaMask/tech-writers @MetaMask/delegation @MetaMask/delegation-devrel
# SDK documentation
/sdk/ @MetaMask/tech-writers @MetaMask/sdk-devs @MetaMask/sdk-devrel
# Wallet documentation
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers