-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into planetside
- Loading branch information
Showing
2 changed files
with
57 additions
and
53 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,31 @@ | ||
# 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 | ||
/Content.*/Administration/ @DrSmugleaf @nikthechampiongr | ||
/Resources/ServerInfo/ @nikthechampiongr | ||
/Resources/ServerInfo/Guidebook/ServerRules/ @nikthechampiongr | ||
|
||
/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 | ||
/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 | ||
/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 | ||
# C# code | ||
/Content.*/ @emberfall-14/maintainers | ||
|
||
# Any assets | ||
/Resources/ @emberfall-14/maintainers | ||
|
||
# Server config files | ||
/Resources/ConfigPresets/ @MilonPL | ||
|
||
# YML files | ||
/Resources/*.yml @emberfall-14/yaml-maintainers | ||
/Resources/**/*.yml @emberfall-14/yaml-maintainers | ||
|
||
# Maps | ||
/Resources/Maps/ @emberfall-14/maptainers | ||
/Resources/Prototypes/Maps/ @emberfall-14/maptainers | ||
/Content.IntegrationTests/Tests/PostMapInitTest.cs @emberfall-14/maptainers | ||
|
||
# Server rules | ||
/Resources/ServerInfo/Guidebook/DeltaV/Rules/ @MilonPL | ||
|
||
# Tools and scripts | ||
/Tools/ @MilonPL | ||
|
||
# Workflows, codeowners, templates, etc. | ||
/.github/ @MilonPL | ||
|
||
# Standalone files in the root repo | ||
/* @MilonPL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters