-
-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update `CODEOWNERS` to align with ways of working
- Loading branch information
1 parent
91f28f3
commit 61b9fde
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
* @MetaMask/tech-writers | ||
# 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 | ||
|
||
# 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 | ||
|
||
# Services documentation | ||
/services/ @MetaMask/tech-writers | ||
|
||
# Snaps documentation | ||
/snaps/ @MetaMask/tech-writers @MetaMask/snaps | ||
/wallet/ @MetaMask/tech-writers @MetaMask/dev-ex | ||
|
||
# Wallet and SDK documentation | ||
/wallet/ @MetaMask/tech-writers @MetaMask/wallet-api-platform-engineers @MetaMask/sdk-devs |