-
-
Notifications
You must be signed in to change notification settings - Fork 449
/
CODEOWNERS
Validating CODEOWNERS rules...
42 lines (34 loc) · 1.56 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
# 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
# Placed first so specific files can be owned by others
*.dmi @yogstation13/art
*.dmm @yogstation13/map
#HeadDev
/.github/ @yogstation13/head-coders
/SQL/ @yogstation13/head-coders
/config/ @yogstation13/head-coders
/yogstation/SQL/ @yogstation13/head-coders
/code/modules/client/preferences.dm @yogstation13/head-coders
/code/modules/client/preferences_savefile.dm @yogstation13/head-coders
/html/templates/ @yogstation13/head-coders
/sound/ @yogstation13/head-coders
/yogstation/sound/ @yogstation13/head-coders
/yogstation/code/game/world.dm @yogstation13/head-coders
/code/controllers/subsystem/ticker.dm @yogstation13/head-coders
/code/datums/ai_laws.dm @yogstation13/head-coders
#binary files which need to be setup on the server
*.so @yogstation13/head-coders
rust_g @yogstation13/head-coders
#tracking new jobs and antags to make sure the website ban page is kept up to date
/code/modules/jobs/jobs.dm @yogstation13/head-coders
/code/modules/admin/sql_ban_system.dm @yogstation13/head-coders
#thegamerdk
/code/modules/mob/living/silicon/ai/decentralized @TheGamerdk
/code/modules/mob/living/silicon/ai/decentralized_ai.dm @TheGamerdk