File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Lines starting with '#' are comments.
2+ #
3+ # GUIDELINES:
4+ # Each line is a file pattern followed by one or more owners.
5+ # Owners bear a responsibility to the organization and the users of this
6+ # application. Repository administrators have the ability to merge pull
7+ # requests that have not yet received the requisite reviews as outlined
8+ # in this file. Do not force merge any PR without confidence that it
9+ # follows all policies or without full understanding of the impact of
10+ # those changes on build, release and publishing outcomes.
11+ #
12+ # The CODEOWNERS file constitutes an agreement amongst organisation
13+ # admins and maintainers to restrict approval capabilities to a subset
14+ # of contributors. Modifications to this file result in a modification of
15+ # that agreement and can only be approved by those with the knowledge
16+ # and responsibility to publish libraries under the MetaMask name.
17+
18+ # Fallback for all other files
19+ * @ MetaMask/web3auth-admins
20+
21+ # Product code
22+ src / @ MetaMask/web3auth-product
23+ test / @ MetaMask/web3auth-product
24+
25+ # Most restrictive — last match wins
26+ .github /CODEOWNERS @ MetaMask/web3auth-admins
You can’t perform that action at this time.
0 commit comments