|
1 | | -* @MetOffice/core-capability-development |
| 1 | +# This CODEOWNERS file isn't comprehensive deliberately as all people listed |
| 2 | +# will be automatically notified of changes to the listed files. |
| 3 | + |
| 4 | +# The files in the .github directory have the ability to alter the |
| 5 | +# functionality of the GitHub repo and so care should be taken when altering. |
| 6 | +/.github/ @andrewcoughtrie @yaswant |
| 7 | + |
| 8 | +# Rose suite infrastructure owners |
| 9 | +/rose-stem/templates/ @mo-rickywong @james-bruten-mo |
| 10 | + |
| 11 | +# Infrastructure |
| 12 | +# Owners of most of the source code in infrastructure |
| 13 | +/infrastructure/source/ @mike-hobson @matthewhambley |
| 14 | +/infrastructure/unit-test/ @mike-hobson @matthewhambley |
| 15 | + |
| 16 | +# Exceptions for infrastructure source either with different owners or no owner. |
| 17 | +/infrastructure/**/mesh/ @mo-rickywong @mike-hobson |
| 18 | +/infrastructure/**/configuration/ @mo-rickywong @matthewhambley |
| 19 | +/infrastructure/**/PSYKE/ @christophermaynard @teranivy |
| 20 | +/infrastructure/**/io/ @andrewcoughtrie @mo-rickywong |
| 21 | +/infrastructure/**/kernel_metadata/ @teranivy @stevemullerworth |
| 22 | +/infrastructure/**/kernel_metadata/ @matthewhambley @andrewcoughtrie |
| 23 | +/infrastructure/integration-test/ @matthewhambley |
| 24 | + |
| 25 | +# Components |
| 26 | +/components/coupling/ @mike-hobson |
| 27 | + |
| 28 | +# Applications |
| 29 | +/applications/coupled/ @mike-hobson |
| 30 | +/applications/io_demo/ @andrewcoughtrie @edhone |
| 31 | +/applications/lbc_demo/ @mo-rickywong |
| 32 | +/applications/simple_diffusion @andrewcoughtrie @stevemullerworth |
| 33 | +/applications/skeleton/ @mike-hobson @stevemullerworth |
| 34 | + |
| 35 | +# Build system owners |
| 36 | +/lfric_build/ @matthewhambley @allynt |
| 37 | +/infrastructure/build/ @matthewhambley @stevemullerworth |
| 38 | +/infrastructure/build/tools/ @mo-rickywong @matthewhambley |
| 39 | +**/MakeFile @matthewhambley @stevemullerworth |
0 commit comments