-
Notifications
You must be signed in to change notification settings - Fork 523
/
Copy pathCODEOWNERS
27 lines (25 loc) · 1010 Bytes
/
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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# The list is ordered alphabetically, please try to preserve the order when editing it.
# If you want to be added, make a PR that adds you to it.
# If you are added, then you are expected to review PRs in a timely manner.
/code/world.dm @Arrow768
/code/controllers/subsystems/supply.dm @Arrow768
/code/datums/api.dm @Arrow768
/code/datums/cargo.dm @Arrow768
/code/datums/server_greeting.dm @Skull132
/code/datums/discord/ @Skull132
/code/defines/procs/dbcore.dm @Skull132
/code/modules/http/ @Arrow768 @Skull132
/code/modules/client/preference_setup/ @Skull132
/code/modules/customitems/item_defines.dm @Alberyk
/code/modules/item_worth/ @Arrow768
/code/modules/modular_computers/ @Arrow768
/code/modules/telesci/ @Arrow768
/code/modules/udp/ @Arrow768
/code/modules/vueui/ @Karolis2011
/code/modules/web_interface/ @Arrow768
/lib/ @Skull132
/nano/templates/ @Arrow768
/SQL/ @Arrow768
/vueui/ @Karolis2011