From 23883f93c34b79a7e331af92b3a5ab54cbf24ab5 Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Thu, 27 Aug 2020 07:32:02 -0700 Subject: [PATCH] Declare myself goddess of TGUI --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..678486f019 --- /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