From 2a2a07b7196180b200319046da9399f1721bcda6 Mon Sep 17 00:00:00 2001 From: Jono Date: Thu, 23 Jul 2026 08:24:14 -0700 Subject: [PATCH] Add Codeowners (Momo, Joe, Talox) --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ed98c14 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Default — catches everything not matched below +* @momo-the-monster + +# CI and GitHub config +/.github/ @momo-the-monster + +# Core runtime +/Source/Runtime/ @momo-the-monster @Dexvoid @Arne-van-der-Lei +/Source/Editor/ @momo-the-monster @Dexvoid @Arne-van-der-Lei + +# Samples +/Source/Samples~/ @momo-the-monster @Dexvoid @Arne-van-der-Lei