forked from yogstation13/Yogstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
35 lines (26 loc) · 1.11 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
# 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
# Example
#/code/world.dm @GithubNameHere
#/maps/ @GithubNameHere
#Teams
/.github/ @yogstation13/head-coders
/SQL/ @yogstation13/head-coders
/_maps/ @yogstation13/map
/config/ @yogstation13/head-coders
/goon/ @yogstation13/art
/icons/ @yogstation13/art
/yogstation/SQL/ @yogstation13/head-coders
/yogstation/icons/ @yogstation13/art
/code/modules/client/preferences.dm @yogstation13/head-coders
/code/modules/client/preferences_savefile.dm @yogstation13/head-coders
/html/templates/ @yogstation13/head-coders
#monster860
/code/modules/atmospherics/ @monster860
/yogstation/code/modules/atmospherics/ @monster860
#thegamerdk
/code/modules/mob/living/silicon/ai/decentralized @TheGamerdk
/code/modules/mob/living/silicon/ai/decentralized_ai.dm @TheGamerdk