From 982fb519b37362d02028ab8588953a9a597d4c61 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 2 May 2025 15:04:54 -0700 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..31234448 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Order is important. The LAST matching pattern has the MOST precedence. +# gitignore style patterns are used, not globs. +# https://docs.github.com/articles/about-codeowners +# https://git-scm.com/docs/gitignore + +# Catch All - Defer to the gitignore maintainers +* @github/gitignore-maintainers