From 38620aac1f1e6c02fb07e13df000bc7c8f4cf56c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sat, 19 Sep 2020 19:58:11 -0600 Subject: [PATCH] Add CODEOWNERS and update .gitmodules and submodule pointer for ccpp-framework --- .gitmodules | 4 ++-- CODEOWNERS | 14 ++++++++++++++ ccpp/framework | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CODEOWNERS diff --git a/.gitmodules b/.gitmodules index d253f6966..b9fc52fd7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..0d5230f89 --- /dev/null +++ b/CODEOWNERS @@ -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 diff --git a/ccpp/framework b/ccpp/framework index f06e053db..1dda22427 160000 --- a/ccpp/framework +++ b/ccpp/framework @@ -1 +1 @@ -Subproject commit f06e053db04eaea602d43d6221081ba54fb6cc95 +Subproject commit 1dda22427d365529fee86f87f34275a70fac9108