-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CODEOWNERS #883
Merged
Cheackraze
merged 11 commits into
new-frontiers-14:master
from
dvir001:2024-01-14-CodeOwners
Feb 15, 2024
Merged
CODEOWNERS #883
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0cdc3f0
Create CODEOWNERS.txt
dvir001 b81e4a1
Update CODEOWNERS.txt
dvir001 a27082d
Update CODEOWNERS.txt
dvir001 563f5d6
Update CODEOWNERS.txt
dvir001 c859317
Update CODEOWNERS.txt
dvir001 7c5c601
Update CODEOWNERS.txt
dvir001 6421d83
Merge branch 'new-frontiers-14:master' into 2024-01-14-CodeOwners
dvir001 9b390f1
Update CODEOWNERS.txt
dvir001 08edfd9
Merge branch 'new-frontiers-14:master' into 2024-01-14-CodeOwners
dvir001 2859919
Merge branch 'new-frontiers-14:master' into 2024-01-14-CodeOwners
dvir001 2112201
Merge branch 'new-frontiers-14:master' into 2024-01-14-CodeOwners
dvir001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,94 @@ | ||
# 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/ @Chief-Engineer | ||
|
||
# Moony's Gargantuan List Of Things She Cares About, or MGLOTSCA for short. | ||
# You need to add your name to these entries, not make a new one, if you care about them. | ||
#/Content.*/Toolshed/ @moonheart08 | ||
#**/Toolshed/** @moonheart08 | ||
#*Command.cs @moonheart08 | ||
#/Content.*/Administration/ @moonheart08 @DrSmugleaf @Chief-Engineer | ||
#/Content.*/Station/ @moonheart08 | ||
#/Content.*/Maps/ @moonheart08 | ||
#/Content.*/GameTicking/ @moonheart08 @EmoGarbage404 | ||
#/Resources/ServerInfo/ @moonheart08 @Chief-Engineer | ||
#/Resources/ServerInfo/Guidebook/ @moonheart08 @EmoGarbage404 | ||
#/Resources/engineCommandPerms.yml @moonheart08 @Chief-Engineer | ||
#/Resources/clientCommandPerms.yml @moonheart08 @Chief-Engineer | ||
|
||
#/Resources/Prototypes/Maps/ @Emisse | ||
|
||
#/Resources/Prototypes/Body/ @DrSmugleaf # suffering | ||
#/Resources/Prototypes/Entities/Mobs/Player/ @DrSmugleaf | ||
#/Resources/Prototypes/Entities/Mobs/Species/ @DrSmugleaf | ||
#/Content.*/Body/ @DrSmugleaf | ||
#/Content.YAMLLinter @DrSmugleaf | ||
#/Content.Shared/Damage/ @DrSmugleaf | ||
|
||
#/Content.*/Anomaly/ @EmoGarbage404 | ||
#/Content.*/Lathe/ @EmoGarbage404 | ||
#/Content.*/Materials/ @EmoGarbage404 | ||
#/Content.*/Mech/ @EmoGarbage404 | ||
#/Content.*/Research/ @EmoGarbage404 | ||
#/Content.*/Stack/ @EmoGarbage404 | ||
#/Content.*/Xenoarchaeology/ @EmoGarbage404 | ||
#/Content.*/Zombies/ @EmoGarbage404 | ||
#/Resources/Prototypes/Entities/Structures/Specific/anomalies.yml @EmoGarbage404 | ||
#/Resources/Prototypes/Research/ @EmoGarbage404 | ||
|
||
#/Content.*/Forensics/ @ficcialfaint | ||
|
||
# SKREEEE | ||
#/Content.*.Database/ @PJB3005 @DrSmugleaf | ||
#/Content.Shared.Database/Log*.cs @PJB3005 @DrSmugleaf @Chief-Engineer | ||
#/Pow3r/ @PJB3005 | ||
#/Content.Server/Power/Pow3r/ @PJB3005 | ||
|
||
# notafet | ||
#/Content.*/Atmos/ @Partmedia | ||
#/Content.*/Botany/ @Partmedia | ||
|
||
#Jezi | ||
#/Content.*/Medical @Jezithyr | ||
#/Content.*/Body @Jezithyr | ||
|
||
## Frontier goes here: | ||
|
||
# Config files | ||
/Resources/ConfigPresets/* @Cheackraze | ||
|
||
# Mapchecker | ||
/.github/mapchecker/* @TsjipTsjip | ||
/.github/workflows/frontier-mapchecker.yml @TsjipTsjip | ||
|
||
# All maps | ||
/Resources/Maps/_NF/* @MagnusCrowe | ||
/Resources/Prototypes/_NF/Shipyard/* @MagnusCrowe | ||
|
||
# Bluespace Events | ||
/Resources/Maps/_NF/Bluespace/asteroidbunker.yml @MagnusCrowe @FoxxoTrystan | ||
/Resources/Maps/_NF/Bluespace/asteroidvault.yml @MagnusCrowe @FoxxoTrystan | ||
|
||
# Shuttles | ||
# McCargo | ||
/Resources/Maps/_NF/Shuttles/mccargo.yml @MagnusCrowe @dvir001 | ||
/Resources/Prototypes/_NF/Shipyard/mccargo.yml @MagnusCrowe @dvir001 | ||
# McDelivery | ||
/Resources/Maps/_NF/Shuttles/mcdelivery.yml @MagnusCrowe @dvir001 | ||
/Resources/Prototypes/_NF/Shipyard/mcdelivery.yml @MagnusCrowe @dvir001 | ||
# Hunter | ||
/Resources/Maps/_NF/Shuttles/hunter.yml @MagnusCrowe @FoxxoTrystan | ||
/Resources/Prototypes/_NF/Shipyard/hunter.yml @MagnusCrowe @FoxxoTrystan | ||
# Infiltrator | ||
/Resources/Maps/_NF/Shuttles/infiltrator.yml @MagnusCrowe @FoxxoTrystan | ||
/Resources/Prototypes/_NF/Shipyard/infiltrator.yml @MagnusCrowe @FoxxoTrystan | ||
|
||
# Races - Trystan wanted a ping on this | ||
/Resources/Prototypes/Entities/Mobs/Player/* @FoxxoTrystan | ||
/Resources/Prototypes/Entities/Mobs/Species/* @FoxxoTrystan | ||
/Resources/Prototypes/DeltaV/Entities/Mobs/Species/* @FoxxoTrystan | ||
/Resources/Prototypes/DeltaV/Entities/Mobs/Player/* @FoxxoTrystan | ||
/Resources/Prototypes/_Nyano/Entities/Mobs/Species/* @FoxxoTrystan | ||
/Resources/Prototypes/_Nyano/Entities/Mobs/Player/* @FoxxoTrystan |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the bluespace event map cargoina ship