diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..678486f0195 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# 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 + +# ShadowLarkens +/code/__DEFINES/tgui.dm @ShadowLarkens +/code/controllers/subsystem/tgui.dm @ShadowLarkens +/code/modules/tgui @ShadowLarkens +/tgui @ShadowLarkens \ No newline at end of file