diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bd7f16f99d..b1ad2b595d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,8 @@ # This list auto requests reviews from the specified org members # when a PR that modifies the file in question is opened # This list is alphabetized by User -> Filename KEEP IT THAT WAY +# In the event that multiple org members are to be informed of changes +# to the same file or dir, add them to the end under Multiple Owners # ChangelingRain @@ -34,8 +36,12 @@ # duncathan /code/__DEFINES/atmospherics.dm @duncathan +<<<<<<< HEAD /code/controllers/subsystem/air.dm @duncathan /code/modules/atmospherics/* @duncathan +======= +/code/modules/atmospherics/ @duncathan +>>>>>>> 8ed12ef... Merge pull request #35050 from ShizCalev/codeowners-fix # Jordie0608 @@ -51,7 +57,6 @@ /code/controllers/master.dm @MrStonedOne /code/controllers/failsafe.dm @MrStonedOne /code/controllers/subsystem.dm @MrStonedOne -/code/controllers/subsystem/air.dm @MrStonedOne /code/controllers/subsystem/timer.dm @MrStonedOne # ninjanomnom @@ -61,9 +66,9 @@ # ShizCalev /_maps/ @ShizCalev -/icons/ @ShizCalev /sound/ @ShizCalev -# WJohnston +# Multiple Owners -/icons/ @WJohn +/code/controllers/subsystem/air.dm @duncathan @MrStonedOne +/icons/ @ShizCalev @WJohn