Skip to content

Commit

Permalink
Create CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Mar 27, 2022
1 parent cafb58d commit ea12ba5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @global-owner1 @global-owner2

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js @sulstice

# Teams can be specified as code owners as well. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository. In this example,
# the octocats team in the octo-org organization owns all .txt files.
*.txt @sulstice

# In this example, @octocat owns any file in an global_chem* directory
# anywhere in your repository.
global_chem/ @sulstice

global_chem_extensions/ @sulstice


# In this example, any change inside the `/scripts` directory
# will require approval from @doctocat or @octocat.
front_end/ @sulstice

0 comments on commit ea12ba5

Please sign in to comment.