From c3f186a439ed0077ca0b5783944f13cf5d5467ea Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Thu, 25 Jan 2024 15:32:59 -0800 Subject: [PATCH] Create CODEOWNERS --- CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..085d623 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,7 @@ +# Examples https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# owner will be requested for +# review when someone opens a pull request. +* @eeholmes