[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:
parent
897172fa25
commit
f85892eb7a
1 changed files with 3 additions and 0 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue