-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (15 loc) · 633 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (15 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# Wallet and SDK documentation
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers @MetaMask/sdk-devs