-
Notifications
You must be signed in to change notification settings - Fork 557
/
CODEOWNERS
Validating CODEOWNERS rules...
31 lines (26 loc) · 1.03 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
# 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 and separated into sections for Maintainers KEEP IT THAT WAY
# In the event that people are to be informed of changes
# to the same file or dir, add them to the end of under Multiple Owners
# Fira
/.dockerignore @Fira
/code/controllers/subsystem/atoms.dm @Fira
/code/controllers/subsystem/mapping.dm @Fira
/code/controllers/subsystem/sound.dm @Fira
/code/controllers/subsystem/predships.dm @Fira
/code/controllers/subsystem/quadtrees.dm @Fira
/code/datums/quadtree.dm @Fira
/code/datums/soundOutput.dm @Fira
/code/game/cas_manager/ @Fira
/code/game/machinery/computer/dropship_weapons.dm @Fira
/code/game/sound.dm @Fira
/code/game/world.dm @Fira
/code/modules/mapping/reader.dm @Fira
/code/modules/mapping/map_template.dm @Fira
/code/modules/nightmare/ @Fira
/tools/docker/ @Fira
/Dockerfile @Fira
# Zonespace
/code/modules/gear_presets/survivors.dm @zonespace27
# MULTIPLE OWNERS