Skip to content
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

Make CODEOWNERS #1608

Merged
merged 7 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 78 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
# Last match in file takes precedence.
/.*
*.sln
*.csproj
*.dotsettings
*.DotSettings
*.toml
/Content.*/IoC @sleepyyapril

# TODO

# Nix
*.nix @DEATHB4DEFEAT @stellar-novas
/flake.lock @DEATHB4DEFEAT @stellar-novas
/.envrc @DEATHB4DEFEAT @stellar-novas


# UI
*.xaml @sleepyyapril
*.xaml.cs @sleepyyapril

# Lobby
/Content.Client/Lobby @DEATHB4DEFEAT
/Content.Client/MainMenu @DEATHB4DEFEAT

# Queue
/Content.*/DiscordAuth
/Content.*/JoinQueue


# Writing
*.xml
*.ftl @sleepyyapril
*.md
*.txt
*.yml

# Shaders
*.swsl
/Resources/Prototypes/Shaders

# Overlays
/Content.Client/Overlays

# Paint
/Content.*/Paint


# Parkstation/etc
**/SimpleStation14
**/Parkstation

# Announcer system
/Content.*/Announcements
/Content.Server/StationEvents

# SSD
/Content.*/SSDIndicator

# Station Goals
/Content.Server/StationGoal

# Random Bark
/Content.Server/Speech/Components/RandomBarkComponent.cs
/Content.Server/Speech/Systems/RandomBarkSystem.cs
/Resources/Locale/en-US/random-barks

# Punpun
/Content.Server/Punpun


# Database
/Content.*/Database @sleepyyapril
/Content.*.Database @sleepyyapril

# Preferences
/Content.*/Preferences
**/*CVar*/*.cs @sleepyyapril

# Discord
/Content.*/Discord* @sleepyyapril
Loading