Skip to content

Commit

Permalink
Add CODEOWNERS, initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 15, 2024
1 parent 2e46866 commit d7c242e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.

* @cacraigucar # NCAR/???
* @climbfuji # NRL
* @dustinswales # NOAA/GSL
* @gold2718 # ???
* @grantfirl # NOAA/GSL
* @mattldawson # NCAR/???
* @mkavulich # DTC
* @mwaxmonsky # NCAR/CGD
* @nusbaume # NCAR/CGD
* @peverwhee # NCAR/CGD
* @svahl991 # JCSDA

# Add codeowners for these organizations or remove comments before merging PR:
# UKMO ?
# NOAA/EMC ?
# NCAR/MMM ?
# ... ?

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
#*.js @octocat @github/js

# You can also use email addresses if you prefer.
#docs/* docs@example.com

0 comments on commit d7c242e

Please sign in to comment.