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