-
-
Notifications
You must be signed in to change notification settings - Fork 683
/
CODEOWNERS
Validating CODEOWNERS rules...
51 lines (39 loc) · 1.39 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
46
47
48
49
50
51
# 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
# Mapping
/_maps @BeeStation/beestation-mapping
# crossedfall
.dockerignore @crossedfall
.github @crossedfall
/code/_compile_options.dm @crossedfall
/code/modules/tgs @crossedfall
dependencies.sh @crossedfall
Dockerfile @crossedfall
/SQL @crossedfall
/tools @crossedfall
/config @crossedfall
# crossedfall (explicitly disowned)
/tools/UpdatePaths/Scripts/
/tools/maplint/lints/
# powerfulbacon
/code/game/machinery/shuttle @powerfulbacon
/code/modules/shuttle/super_cruise @powerfulbacon
/code/modules/shuttle/shuttle_creation @powerfulbacon
# itsmeow
/code/game/gamemodes/dynamic @itsmeow
/tools/MapTileAggregator.py @itsmeow
/code/modules/admin/player_panel.dm @itsmeow
/code/modules/tgui/ @itsmeow
/code/modules/tgui_input/ @itsmeow
/code/modules/tgui_panel/ @itsmeow
/tgui/ @itsmeow
/tgui/packages/tgui/interfaces/PlayerPanel.js @itsmeow
/code/modules/multiz @itsmeow
# itsmeow (explicitly disowned)
/tgui/packages/tgui/interfaces/
/tgui/packages/tgui/styles/interfaces/
/tgui/packages/tgui-panel/styles/goon/chat-dark.scss
/tgui/packages/tgui-panel/styles/goon/chat-light.scss