-
Notifications
You must be signed in to change notification settings - Fork 193
/
Copy pathCODEOWNERS
94 lines (69 loc) · 2.08 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/.* @DEATHB4DEFEAT
*.sln @DEATHB4DEFEAT
*.csproj @DEATHB4DEFEAT
*.dotsettings @DEATHB4DEFEAT
*.DotSettings @DEATHB4DEFEAT
*.toml @DEATHB4DEFEAT
/Content.*/IoC @sleepyyapril @DEATHB4DEFEAT
# Nix
*.nix @DEATHB4DEFEAT @stellar-novas
/flake.lock @DEATHB4DEFEAT @stellar-novas
/.envrc @DEATHB4DEFEAT @stellar-novas
# UI
*.xaml @sleepyyapril @DEATHB4DEFEAT
*.xaml.cs @sleepyyapril @DEATHB4DEFEAT
# Lobby
/Content.Client/Lobby @DEATHB4DEFEAT
/Content.Client/MainMenu @DEATHB4DEFEAT
# Queue
/Content.*/DiscordAuth @DEATHB4DEFEAT
/Content.*/JoinQueue @DEATHB4DEFEAT
# Writing
*.xml @DEATHB4DEFEAT
*.ftl @DEATHB4DEFEAT @sleepyyapril
*.md @DEATHB4DEFEAT
*.txt @DEATHB4DEFEAT
# Shaders
*.swsl @DEATHB4DEFEAT
/Resources/Prototypes/Shaders @DEATHB4DEFEAT
# Overlays
/Content.Client/Overlays @DEATHB4DEFEAT
# Paint
/Content.*/Paint @DEATHB4DEFEAT
# Parkstation/etc
**/SimpleStation14 @DEATHB4DEFEAT
**/Parkstation @DEATHB4DEFEAT
# Announcer system
/Content.*/Announcements @DEATHB4DEFEAT
/Content.Server/StationEvents @DEATHB4DEFEAT
# SSD
/Content.*/SSDIndicator @DEATHB4DEFEAT
# Station Goals
/Content.Server/StationGoal @DEATHB4DEFEAT
# Random Bark
/Content.Server/Speech/Components/RandomBarkComponent.cs @DEATHB4DEFEAT
/Content.Server/Speech/Systems/RandomBarkSystem.cs @DEATHB4DEFEAT
/Resources/Locale/en-US/random-barks @DEATHB4DEFEAT
# Punpun
/Content.Server/Punpun @DEATHB4DEFEAT
# Database
/Content.*/Database @sleepyyapril @DEATHB4DEFEAT
/Content.*/.Database @sleepyyapril @DEATHB4DEFEAT
# Preferences
/Content.*/Preferences @DEATHB4DEFEAT
**/*CVar*/*.cs @sleepyyapril @DEATHB4DEFEAT
# Discord
/Content.*/Discord* @sleepyyapril @DEATHB4DEFEAT
# Loadouts
/Resources/Prototypes/Loadouts @angelofallars
/Resources/Prototypes/CharacterItemGroups @angelofallars
/Resources/Locale/en-US/loadouts @angelofallars
# Traits
/Resources/Prototypes/Traits @angelofallars
/Resources/Locale/en-US/traits @angelofallars
# Throwing
/Content.*/DamageOtherOnHit @angelofallars
/Content.*/Embed @angelofallars
/Content.*/ProjectileSystem @angelofallars
/Content.*/ThrownItem @angelofallars
/Content.*/ThrowEvent @angelofallars