CODEOWNERS 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Lines starting with '#' are comments.
  2. # Each line is a file pattern followed by one or more owners.
  3. # Owners can be @users, @org/teams or emails
  4. /core/ @reduz
  5. /doc/ @godotengine/documentation
  6. doc_classes/* @godotengine/documentation
  7. # Rendering
  8. /drivers/gl_context/ @reduz
  9. /drivers/gles2/ @reduz
  10. /drivers/gles3/ @reduz
  11. # Audio
  12. /drivers/alsa/ @marcelofg55
  13. /drivers/alsamidi/ @marcelofg55
  14. /drivers/coreaudio/ @marcelofg55
  15. /drivers/coremidi/ @marcelofg55
  16. /drivers/pulseaudio/ @marcelofg55
  17. /drivers/wasapi/ @marcelofg55
  18. /drivers/winmidi/ @marcelofg55
  19. /drivers/xaudio2/ @marcelofg55
  20. # Porting
  21. /drivers/unix/ @reduz @hpvb
  22. /drivers/windows/ @reduz @hpvb
  23. /editor/icons/ @djrm
  24. /main/ @reduz
  25. /misc/ @akien-mga
  26. /modules/bullet/ @AndreaCatania
  27. /modules/csg/ @reduz @BastiaanOlij
  28. /modules/enet/ @godotengine/network
  29. /modules/gdnative/ @karroffel
  30. /modules/gdnative/*arvr/ @BastiaanOlij
  31. /modules/gdscript/ @reduz @vnen @bojidar-bg
  32. /modules/mbedtls/ @godotengine/network
  33. /modules/mobile_vr/ @BastiaanOlij
  34. /modules/mono/ @neikeq
  35. /modules/opensimplex/ @JFonS
  36. /modules/regex/ @LeeZH
  37. /modules/upnp/ @godotengine/network
  38. /modules/websocket/ @godotengine/network
  39. /platform/javascript/ @eska014
  40. /platform/uwp/ @vnen
  41. /scene/main/ @reduz
  42. /server/physics*/ @reduz @AndreaCatania
  43. /server/visual*/ @reduz @karroffel
  44. /thirdparty/ @akien-mga