-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCODEOWNERS
More file actions
70 lines (53 loc) · 2 KB
/
CODEOWNERS
File metadata and controls
70 lines (53 loc) · 2 KB
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
67
68
69
70
# Last match in file takes precedence.
# Sorting by path instead of by who added it one day :(
# this isn't how codeowners rules work pls read the first comment instead of trying to force a sorting order
#/Resources/ConfigPresets/WizardsDen/ @nikthechampiongr @crazybrain23
#/Content.*/Administration/ @DrSmugleaf @nikthechampiongr @crazybrain23
#/Resources/ServerInfo/ @nikthechampiongr @crazybrain23
#/Resources/ServerInfo/Guidebook/ServerRules/ @nikthechampiongr @crazybrain23
#/Resources/Prototypes/Maps/** @Emisse
#/Resources/Prototypes/Body/ @DrSmugleaf # suffering
#/Resources/Prototypes/Entities/Mobs/Player/ @DrSmugleaf
#/Resources/Prototypes/Entities/Mobs/Species/ @DrSmugleaf
#/Resources/Prototypes/Guidebook/rules.yml @nikthechampiongr @crazybrain23
#/Content.*/Body/ @DrSmugleaf
#/Content.YAMLLinter @DrSmugleaf
#/Content.Shared/Damage/ @DrSmugleaf
#/Content.*/Anomaly/ @TheShuEd
#/Resources/Prototypes/Entities/Structures/Specific/anomalies.yml @TheShuEd
#/Content.*/Forensics/ @ficcialfaint
# SKREEEE
#/Content.*.Database/ @PJB3005 @DrSmugleaf
#/Content.Shared.Database/Log*.cs @PJB3005 @DrSmugleaf @nikthechampiongr @crazybrain23
#/Pow3r/ @PJB3005
#/Content.Server/Power/Pow3r/ @PJB3005
# notafet
#/Content.*/Atmos/ @Partmedia
#/Content.*/Botany/ @Partmedia
# Jezi
#/Content.*/Medical @Jezithyr
#/Content.*/Body @Jezithyr
# Sloth
#/Content.*/Audio @metalgearsloth
#/Content.*/Movement @metalgearsloth
#/Content.*/NPC @metalgearsloth
#/Content.*/Shuttles @metalgearsloth
#/Content.*/Weapons @metalgearsloth
# Pulsar's stuff here
# C#
/Content.*/ @superjeepboy
# YAML
/Resources/*.yml @LokiLotus @AryaRaiin @superjeepboy
/Resources/**/*.yml @Lokilotus @AryaRaiin @superjeepboy
# Locales/FTL
/Resources/Locale @superjeepboy
# Rules/Guidebook
/Resources/ServerInfo @superjeepboy @AryaRaiin
# Art
*.png @AryaRaiin
*.svg @AryaRaiin
# Mapping/Shuttles
/Resources/Maps/ @LokiLotus
/Resources/Prototypes/Maps @LokiLotus
/Resources/Prototypes/_PE/Maps @LokiLotus
/Content.IntegrationTests/Tests/PostMapInitTest.cs @LokiLotus