From f85892eb7ace9e868d00a999c58a9d344866b04c Mon Sep 17 00:00:00 2001 From: Nintorch <92302738+Nintorch@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:00:59 +0500 Subject: [PATCH] [CODEOWNERS] Add `codeowners` for `drivers/sdl/` This PR makes the Input team a codeowner for `drivers/sdl/` folder, since at the moment SDL is only used for joypad input. If in the future we add more subsystems from SDL, we can probably change the codeowners too. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 12d908283e..1ec84ba368 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,6 +27,9 @@ /drivers/winmidi/ @godotengine/audio /drivers/xaudio2/ @godotengine/audio +## Input +/drivers/sdl/ @godotengine/input + ## Rendering /drivers/d3d12/ @godotengine/rendering /drivers/dummy/ @godotengine/rendering