From 73f03960ca451c1bd0e4540bf0f62e06b9d83dc3 Mon Sep 17 00:00:00 2001 From: Stern <70122891+SternXD@users.noreply.github.com> Date: Sat, 4 May 2024 20:36:17 -0400 Subject: [PATCH] Adds CODEOWNER file All this does is add the CODEOWNERS file I made a PR because it gave me a scary red button when trying to do it directly Signed-off-by: Stern <70122891+SternXD@users.noreply.github.com> --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d2089d1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @JoeMatt @lonkelle @nythepegasus @Spidy123222 @SternXD