From ff79ebf9e816eea00f1c0a56784c55e891c6949b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 9 Oct 2023 14:34:40 -0600 Subject: [PATCH] feat: add codeowners For now, just @anayeaye and myself, but we could always customize later to (e.g.) add owners for the datasets directory. --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..296e5839 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +* @anayeaye +* @gadomski +* @ividito +* @slesaad +* @smohiudd