Skip to content

Commit

Permalink
Add CODEOWNERS and update .gitmodules and submodule pointer for ccpp-…
Browse files Browse the repository at this point in the history
…framework
  • Loading branch information
climbfuji committed Sep 20, 2020
1 parent 6bc61df commit 38620aa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
branch = master
branch = feature/transition-to-capgen-1
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = master
branch = feature/transition-to-capgen-1
14 changes: 14 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.
#* @defunkt
* @climbfuji @llpcarson @grantfirl @JulieSchramm

# 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
2 changes: 1 addition & 1 deletion ccpp/framework
Submodule framework updated 1 files
+0 −0 .gitmodules

0 comments on commit 38620aa

Please sign in to comment.