From fa77296ab70f2b17925fcd3245c19acecc1ae19b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 8 Dec 2022 13:40:59 -0500 Subject: [PATCH] Add CODEOWNERS file References: * https://github.com/usnistgov/opensource-repo/#codeowners Signed-off-by: Alex Nelson --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b6a76fb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# This file lists the contributors responsible for the +# repository content. They will also be automatically +# asked to review any pull request made in this repository. + +# Each line is a file pattern followed by one or more owners. +# The sequence matters: later patterns take precedence. + +# FILES OWNERS +* @casework/maintainers-global +* @casework/maintainers-case-python-utilities