-
-
Notifications
You must be signed in to change notification settings - Fork 994
/
CODEOWNERS
Validating CODEOWNERS rules...
36 lines (25 loc) · 1.01 KB
/
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
27
28
29
30
31
32
33
34
35
36
# 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/activation
# Docusaurus configuration
docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers
# GitHub workflows and templates
/.github/ @MetaMask/activation @MetaMask/tech-writers
# Static image and video files
/static/ @MetaMask/activation @MetaMask/tech-writers
# Vercel configuration
vercel.json @MetaMask/activation @MetaMask/tech-writers
# Sidebar files
*-sidebar.js @MetaMask/activation @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