forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
CODEOWNERS
Validating CODEOWNERS rules...
66 lines (47 loc) · 1.67 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
59
60
61
62
63
64
65
66
# 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
# Teams
# Code Maintainers
# MrCat15352
/strings/ @MrCat15352
/tgui/ @MrCat15352
/sound/ @MrCat15352
/code/controllers/subsystem/shuttle.dm @MrCat15352
/code/modules/shuttle/ @MrCat15352
/code/modules/overmap/ @MrCat15352
/code/game/objects/items/storage/ration.dm @MrCat15352
/code/modules/food_and_drinks/drinks/drinks/breakawayflask.dm @MrCat15352
/code/modules/food_and_drinks/food/ration.dm @MrCat15352
/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm @MrCat15352
/code/modules/projectiles/ @MrCat15352
/code/modules/reagents/chemistry/reagents/trickwine_reagents.dm @MrCat15352
/**/*.dm @MrCat15352
# Map Maintainers
# molnizz
/_maps/ @molnizz
/code/controllers/subsystem/shuttle.dm @molnizz
/code/modules/shuttle/ @molnizz
/code/modules/overmap/ @molnizz
/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm @molnizz
/**/*.dmm @molnizz
# Sprite Maintainers
# RalseiDreemuurr
/icons/ @RalseiDreemuurr
/whitesands/icons/ @RalseiDreemuurr
/**/*.dmi @RalseiDreemuurr
# MAINTAINERS
# MysticalFaceLesS
/tools/ @MysticalFaceLesS
/.github/ @MysticalFaceLesS
/SQL/ @MysticalFaceLesS
/bin/ @MysticalFaceLesS
/html/ @MysticalFaceLesS
/strings/ @MysticalFaceLesS
/tgui/ @MysticalFaceLesS
/code/modules/unit_tests/icons/ @MysticalFaceLesS
# CONTRIBUTORS
#SIC SEMPER TYRANNIS
#/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm @MrCat15352