Skip to content

Commit 61b9fde

Browse files
authored
Update CODEOWNERS (#1520)
Update `CODEOWNERS` to align with ways of working
1 parent 91f28f3 commit 61b9fde

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.github/CODEOWNERS

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
* @MetaMask/tech-writers
1+
# This is a codeowners file. The last matching pattern takes precedence,
2+
# so the listed codeowners apply only if there is no later match.
3+
4+
# Default owner for all other files
5+
* @MetaMask/activation
6+
7+
# Docusaurus configuration
8+
docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers
9+
10+
# Vercel configuration
11+
vercel.json @MetaMask/activation @MetaMask/tech-writers
12+
13+
# Sidebar files
14+
*-sidebar.js @MetaMask/activation @MetaMask/tech-writers
15+
16+
# All other Markdown files
17+
*.md @MetaMask/tech-writers
18+
*.mdx @MetaMask/tech-writers
19+
20+
# Services documentation
21+
/services/ @MetaMask/tech-writers
22+
23+
# Snaps documentation
224
/snaps/ @MetaMask/tech-writers @MetaMask/snaps
3-
/wallet/ @MetaMask/tech-writers @MetaMask/dev-ex
25+
26+
# Wallet and SDK documentation
27+
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers @MetaMask/sdk-devs

0 commit comments

Comments
 (0)