-
Notifications
You must be signed in to change notification settings - Fork 557
Update CODEOWNERS with new assignments and corrections #21894
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
Open
Generalcamo
wants to merge
3
commits into
master
Choose a base branch
from
Codeowners-2026
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+46
−26
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| # If you are added, then you are expected to review PRs in a timely manner. | ||
|
|
||
|
|
||
| # This code requires the host/head dev to know of changes, therefore it's places in | ||
| # This code requires the host/head dev to know of changes, therefore it's placed in | ||
| # this dedicated section | ||
| /code/__defines/master_controller.dm @Arrow768 @NonQueueingMatt | ||
| /code/controllers/master @Arrow768 @NonQueueingMatt | ||
|
|
@@ -18,31 +18,38 @@ | |
| /code/datums/discord/ @Arrow768 @NonQueueingMatt | ||
| /code/modules/udp/ @Arrow768 @NonQueueingMatt | ||
| /code/defines/procs/dbcore.dm @Arrow768 @NonQueueingMatt | ||
| /SQL/ @Arrow768 @NonQueueingMatt | ||
| /code/modules/http/ @Arrow768 @NonQueueingMatt | ||
| /code/datums/api.dm @Arrow768 @NonQueueingMatt | ||
|
|
||
| # Custom items, Matt | ||
| /code/modules/customitems/item_defines.dm @NonQueueingMatt | ||
| # SQL, heads + fabian | ||
| /SQL/ @Arrow768 @NonQueueingMatt @FabianK3 | ||
|
|
||
| # Mapping, inform dreamy | ||
| /maps/ @DreamySkrell | ||
| # Custom items, cybs | ||
| /code/modules/customitems/item_defines.dm @CyberSpyXD | ||
|
|
||
| # Overmap, away sites and organs (brainmed), matt's expertise | ||
| # Mapping, inform matt (for now) | ||
| /maps/ @NonQueueingMatt | ||
|
|
||
| # Away sites and exoplanets, let wildkins know | ||
| /maps/away/ @JohnWildkins @NonQueueingMatt | ||
| /maps/random_ruins/exoplanets/ @JohnWildkins @NonQueueingMatt | ||
|
|
||
| # Overmap, matt's expertise | ||
| /code/__defines/overmap.dm @NonQueueingMatt | ||
| /code/_helpers/overmap.dm @NonQueueingMatt | ||
| /code/modules/overmap/ @NonQueueingMatt | ||
| /maps/away/ @NonQueueingMatt @DreamySkrell | ||
|
|
||
| # Brainmed, matt's area | ||
| /code/__defines/organs.dm @NonQueueingMatt | ||
| /code/modules/organs/ @NonQueueingMatt | ||
|
|
||
| # UIs. Wildkins or Matt. | ||
| /tgui/ @JohnWildkins | ||
| code/__defines/tgui.dm @JohnWildkins | ||
| code/modules/tgui @JohnWildkins | ||
| # UIs. Wildkins and Bat's area | ||
| /tgui/ @JohnWildkins @Batrachophreno | ||
| /code/__defines/tgui.dm @JohnWildkins @Batrachophreno | ||
| /code/modules/tgui @JohnWildkins @Batrachophreno | ||
| /nano/templates/ @JohnWildkins @Batrachophreno | ||
|
|
||
| # Tools, often binary in nature, let arrow and alb know | ||
| # Tools, often binary in nature, let heads know | ||
| /tools/ @Arrow768 @NonQueueingMatt | ||
|
|
||
| # Pipeline/CI stuffs, arrow | ||
|
|
@@ -52,14 +59,10 @@ code/modules/tgui @JohnWildkins | |
| /.drone.yml @Arrow768 | ||
| /flyway.conf @Arrow768 | ||
|
|
||
| # ZAS, the dreaded and esoteric atmos system, since Matt is the last to have touched it and | ||
| # all others I can find are long gone... | ||
| # ZAS, the dreaded and esoteric atmos system. Notify matt | ||
| /code/__defines/ZAS.dm @NonQueueingMatt | ||
| /code/ZAS/ @NonQueueingMatt | ||
|
|
||
| # Matt is also the implementer/porter of the observable design pattern | ||
| /code/datums/observation/ @NonQueueingMatt | ||
|
|
||
| # Spatial gridmap, Wildkins | ||
| /code/__defines/spatial_gridmap.dm @JohnWildkins | ||
| /code/_helpers/spatial_info.dm @JohnWildkins | ||
|
|
@@ -69,17 +72,34 @@ code/modules/tgui @JohnWildkins | |
| /code/game/machinery/telecomms/ @JohnWildkins | ||
| /code/game/objects/items/devices/radio/ @JohnWildkins | ||
|
|
||
| # Sprites, wezzy | ||
| /icons/ @alsoandanswer | ||
| # Components and signals, let TCJ know. | ||
| /code/__DEFINES/dcs/ @VMSolidus | ||
| /code/datums/components/ @VMSolidus | ||
| /code/datums/elements/ @VMSolidus | ||
|
|
||
| # Planes, layers, lighting, and rendering. Let Matt and Camo know | ||
| /code/__DEFINES/layers.dm @NonQueueingMatt @GeneralCamo | ||
| /code/__HELPERS/emissives.dm @NonQueueingMatt @GeneralCamo | ||
| /code/datums/components/overlay_lighting.dm @NonQueueingMatt @GeneralCamo | ||
| /code/datums/elements/light_blocking.dm @NonQueueingMatt @GeneralCamo | ||
| /code/modules/lighting/ @NonQueueingMatt @GeneralCamo | ||
| /code/modules/rendering/ @NonQueueingMatt @GeneralCamo | ||
|
|
||
| # Modular computers, wildkins | ||
| /code/modules/modular_computers/ @JohnWildkins | ||
|
|
||
| # Persistence, Fabian's area | ||
| **/persistence @NonQueueingMatt @FabianK3 | ||
| /code/__DEFINES/persistence.dm @NonQueueingMatt @FabianK3 | ||
| /code/__HELPERS/logging/subsystems/persistence.dm @Arrow768 @NonQueueingMatt @FabianK3 | ||
| /code/controllers/subsystems/persistence.dm @NonQueueingMatt @FabianK3 | ||
|
Comment on lines
+91
to
+95
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would suggest that for every kind it's me + Arrow and optionally if @NonQueueingMatt wants that as well. I guess Arrow + Matt is always the default fallback if in doubt. |
||
|
|
||
| # Sprites, sammy | ||
| /icons/ @nauticall | ||
|
|
||
| # Whatever else | ||
| /code/controllers/subsystems/cargo.dm @Arrow768 | ||
| /code/datums/cargo.dm @Arrow768 | ||
| /code/modules/client/preference_setup/ @Arrow768 | ||
| /code/modules/item_worth/ @Arrow768 | ||
| /code/modules/modular_computers/ @Arrow768 | ||
| /code/modules/telesci/ @Arrow768 | ||
| /code/modules/cargo/ @Arrow768 | ||
| /nano/templates/ @Arrow768 | ||
|
|
||
|
|
||
| /code/modules/telesci/@Arrow768 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.