From a666da6797abb9b0cd09abf7eda8c2be933fac4f Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Tue, 11 Jan 2022 15:44:53 +1300 Subject: [PATCH] Taking responsibility for my mistakes (codeowners) --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55cb672dd4..6377e49e6b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -40,5 +40,15 @@ /Resources/Prototypes/Recipes/Reactions @mirrorcult /Resources/Prototypes/Chemistry @mirrorcult +/Content.*/Verbs/ @ElectroJr +/Content.Client/ContextMenu/ @ElectroJr +/Content.Shared/Damage/ @ElectroJr +/Content.Shared/Containers/ItemSlot/ @ElectroJr +/Content.*/PowerCell/ @ElectroJr + +# Only some of this shit code is my responsibility, but I wanna get notified: +/Content.*/Interaction/ @ElectroJr +/Content.*/Hands/ @ElectroJr + # Be they Fluent translations or Freemarker templates, I know them both! *.ftl @RemieRichards