-
-
Notifications
You must be signed in to change notification settings - Fork 285
/
CODEOWNERS
Validating CODEOWNERS rules...
58 lines (40 loc) · 1.59 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
52
53
54
55
56
57
58
# 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
## HOSTS
/code/modules/client/preferences/preference_setup/loadout/loadout_donator.dm @LetterJay
## SEVEROPS
### Multiple Owners
/SQL/database_changelog.txt @LetterJay @silicons
## MAINTAINERS
### Zandario
/.github/workflows/ @Zandario
/code/__DEFINES/chat.dm @Zandario
/code/__DEFINES/tgui.dm @Zandario
/code/controllers/subsystem/chat.dm @Zandario
/code/controllers/subsystem/ping.dm @Zandario
/code/controllers/subsystem/tgui.dm @Zandario
/code/modules/tgchat/ @Zandario
/code/modules/tgui/ @Zandario
/code/modules/tgui_panel/ @Zandario
/tools/build/ @Zandario
/tools/ci/ @Zandario
/tools/pull_request_hooks/ @Zandario
/tgui/ @Zandario
### Zandario (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
### TheLordME
/code/modules/power/geothermal_power.dm @TheLordME
/code/modules/species/station/xenomorph_hybrids/ @TheLordME
/code/modules/sprite_accessories/wings/xenomorph.dm @TheLordME
/code/modules/sprite_accessories/tail/species/xenomorph.dm @TheLordME
/code/modules/sprite_accessories/ears/xenomorph.dm @TheLordME
/code/modules/events/xenoinfestation.dm @TheLordME
### Multiple Owners
## CONTRIBUTORS
### Multiple Owners