From 24b0a89d4c18ee0dffeace3a0b00582ca3f0322d Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+Sadboysuss@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:59:16 +0300 Subject: [PATCH] Makes me soundtainer (#89405) ## About The Pull Request adds me to the sound folder codeowners ## Why It's Good For The Game I've done a lot of changes to the sound folder and I'd like to be notified when people open a pr changing sound stuff, so I can review or give tips. In fact, 15% of all merged prs with the sound label in the codebase were made by me. ![image](https://github.com/user-attachments/assets/f3ac8b71-6052-4377-ae35-e2de809a9daa) ![image](https://github.com/user-attachments/assets/0ddcf525-d185-4c20-9e92-cfd7fdd1d70b) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0355ff343fa..035e7dd9996 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -182,6 +182,10 @@ /code/modules/atmospherics/ @Pickle-Coding /code/modules/power/ @Pickle-Coding +# Sadboysuss + +/sound/ @Sadboysuss + # MULTIPLE OWNERS /SQL/ @Jordie0608 @scriptis