From 97bb550eba51a67a86234303504e1daaee25bf54 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:11:00 +0000 Subject: [PATCH] update codeowners (#1798) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .github/CODEOWNERS | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94d30a6d5f..8ce6ad3fb4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,19 @@ # Last match in file takes precedence. -/Content.*/SimpleStation14/ @DEATHB4DEFEAT +# C# code +/Content.*/ @DeltaV-Station/maintainers -/Resources/*.yml @Colin-Tel -/Resources/*/SimpleStation14/ @DEATHB4DEFEAT -/Resources/Maps/ @IamVelcroboy -/Resources/Prototypes/Maps/ @IamVelcroboy +# YML files +/Resources/**.yml @DeltaV-Station/yaml-maintainers + +# Sprites +/Resources/Textures/ @IamVelcroboy + +# Lobby art and music - automatically direction issues since its immediately visible to players +/Resources/Audio/Lobby/ @DeltaV-Station/game-directors +/Resources/Textures/LobbyScreens/ @DeltaV-Station/game-directors + +# Maps +/Resources/Maps/ @DeltaV-Station/maptainers +/Resources/Prototypes/Maps/ @DeltaV-Station/maptainers +/Content.IntegrationTests/Tests/PostMapInitTest.cs @DeltaV-Station/maptainers