From fed1b49a1bc31775dda67e2b31e1d948256d7894 Mon Sep 17 00:00:00 2001 From: Sam Clarke-Green Date: Thu, 10 Sep 2026 15:10:09 +0100 Subject: [PATCH 1/2] Initial version of codeowners for UKCA --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4e20417 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# This CODEOWNERS file includes a primary codeowner and a deputy for each section. +# Codeowners who are not in a comment will be automatically notified of changes +# to the listed files. All codeowners listed are valid points of contact +# for discussing changes and seeking approval for work. + +rose-stem/ @theabro # @alanjhewitt +src/ @theabro # @alanjhewitt +src/control/glomap_clim @alanjhewitt # @theabro +src/science/glomap_clim @alanjhewitt # @theabro + +# Other areas +.github/ @MetOffice/ssdteam +LICENSE @yaswant +README.md @MetOffice/ssdteam From f52f1d610ca4a44b3bfc3a64b6a91f063e0b5411 Mon Sep 17 00:00:00 2001 From: Sam Clarke-Green Date: Thu, 10 Sep 2026 16:56:43 +0100 Subject: [PATCH 2/2] Sign the contributors file --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ee3c9fb..fd9e65a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -12,3 +12,4 @@ | yaswant | Yaswant Pradhan | Met Office | 2026-07-17 | | RobWatersMet | Rob Waters | NCAS & University of Cambridge | 2026-07-06 | | alanjhewitt | Alan J Hewitt | Met Office | 2026-07-12 | +| t00sa | Sam Clarke-Green | Met Office | 2026-09-10 |