Files
Paradise/.github/CODEOWNERS
2023-07-16 11:56:58 -05:00

38 lines
1.4 KiB
Plaintext

# This list auto requests reviews from the specified maintainer when a PR that modifies the file in question is opened
# This list is alphabetized by User -> Filename KEEP IT THAT WAY
# In the event that multiple org members are to be informed of changes to the same file or dir, add them to the end under Multiple Owners
# This is ONLY for taking ownership of server-critical code which must be written in a very specific way for the server to operate at all.
# You cannot take ownership of a file/feature just because "I dont want people touching my stuff"
### AffectedArc07
# Actual Code
/code/controllers/subsystem/instancing.dm @AffectedArc07
/code/controllers/subsystem/mapping.dm @AffectedArc07
/code/controllers/subsystem/redis.dm @AffectedArc07
/code/controllers/subsystem/ticker.dm @AffectedArc07
/code/modules/redis/ @AffectedArc07
# CI + Tooling
/.github/workflows/ @AffectedArc07
/code/modules/unit_tests/ @AffectedArc07
/tools/ci/ @AffectedArc07
_build_dependencies.sh @AffectedArc07
# Server Stuff
/SQL/ @AffectedArc07
/config/ @AffectedArc07
# Executables that need to be security-cleared
dreamchecker.exe @AffectedArc07
rust_g.dll @AffectedArc07
librust_g.so @AffectedArc07
### Fox-McCloud
/code/controllers/subsystem/air.dm @Fox-McCloud
/code/controllers/subsystem/garbage.dm @Fox-McCloud
/code/modules/atmospherics/ @Fox-McCloud
/code/modules/reagents/chemistry/holder.dm @Fox-McCloud
/code/modules/reagents/chemistry/reagents.dm @Fox-McCloud