From c97aa24a2b0c9961f14ac4ea6fb65578b0286a63 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 19:18:38 -0500 Subject: [PATCH] chore: add a CODEOWNERS file --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4c758013a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# GitHub CODEOWNERS. See: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Remember, the last match takes precedence. + +# Replace the Starcraft team with your appropriate code owners. + +# Global owner, used as a last resort. +* @tigarmo + +# Documentation owners +/docs/ @medubelko @tigarmo + +# Finally, all CODEOWNERS changes need to be approved by The Man, Himself. +/.github/CODEOWNERS @sergiusens