From 112c4adf4b04d7fba2aaaca3ea819a8dfb9ceadf Mon Sep 17 00:00:00 2001 From: VictoriqueMoe Date: Wed, 13 Mar 2024 10:39:20 +0000 Subject: [PATCH] add CODEOWNERS --- .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 0000000..80915c0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. + +* @VictoriqueMoe