diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fbfad96b0ea3..4da98d87dcff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,6 @@ # Lines starting with '#' are comments. + +# GUIDELINES: # Each line is a file pattern followed by one or more owners. # Owners bear a responsibility to the organization and the users of this # application. Repository administrators have the ability to merge pull @@ -7,8 +9,23 @@ # follows all policies or without full understanding of the impact of # those changes on build, release and publishing outcomes. +# All files are owned by extension platform by default. * @MetaMask/extension-platform -development/ @MetaMask/extension-platform + +# These files/directories are intentionally left unassigned because they are +# reviewed/checked during the release process: +attribution.txt +CHANGELOG.md + +# These files/directories are intentionally left unassigned because they are +# changed frequently by many teams: +coverage.json +package.json +yarn.lock +app/scripts/metamask-controller.js + +# LavaMoat policy changes are reviewed by either the extension platform team or +# the supply chain team. lavamoat/ @MetaMask/extension-platform @MetaMask/supply-chain # The offscreen.ts script file that is included in the offscreen document html