From f13ed9d32aa6667527379cb52c2b0201ca88135c Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Thu, 24 Apr 2025 20:00:51 -0700 Subject: [PATCH] Add codeowners file Signed-off-by: Kate Goldenring --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..6c09b991 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# This file is described here: https://help.github.com/en/articles/about-code-owners + +# Global Owners: These members are Maintainers of the docs +* @itowlson +* @kate-goldenring +* @vados-cosmonic \ No newline at end of file