forked from Skyrat-SS13/Skyrat-tg
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CODEOWNERS
Validating CODEOWNERS rules...
45 lines (29 loc) · 1.08 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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
#Shivurr
# Mortisduem
# Multiple Owners
# ORCACommander
/.github/ @ORCACommander
## Map Maintainence
/_maps/ @ORCACommander
/tools/UpdatePaths @ORCACommander
## Map Owner
/_maps/pubbystation.json @Kittayecat
_maps/map_files/PubbyStation/ @Kittayecat
## Hosting Responsibilities
/code/_compile_options.dm @ORCACommander
/config/ @ORCACommander
/SQL/ @ORCACommander
/code/__DEFINES/subsystems.dm @ORCACommander
/code/__DEFINES/MC.dm @ORCACommander
/code/controllers/admin.dm @ORCACommander
/code/controllers/master.dm @ORCACommander
/code/controllers/failsafe.dm @ORCACommander
/code/controllers/subsystem.dm @ORCACommander
/code/controllers/subsystem/timer.dm @ORCACommander
/code/controllers/configuration/entries @ORCACommander
/tools/tgs_scripts/ @ORCACommander