[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.
This commit is contained in:
Nintorch 2026-02-20 22:00:59 +05:00
parent 897172fa25
commit f85892eb7a

3
.github/CODEOWNERS vendored
View file

@ -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