CODEOWNERS 925 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. drivers/gles2/* @karroffel
  7. drivers/gles3/* @reduz
  8. editor/icons/* @djrm
  9. main/* @reduz
  10. misc/* @akien-mga
  11. modules/bullet/* @AndreaCatania
  12. modules/enet/* @godotengine/network
  13. modules/gdnative/* @karroffel
  14. modules/gdscript/* @reduz @vnen @bojidar-bg
  15. modules/mbedtls/* @godotengine/network
  16. modules/mobile_vr/* @BastiaanOlij
  17. modules/mono/* @neikeq
  18. modules/regex/* @LeeZH
  19. modules/upnp/* @godotengine/network
  20. modules/websocket/* @godotengine/network
  21. platform/javascript/* @eska014
  22. platform/uwp/* @vnen
  23. scene/main/* @reduz
  24. server/physics* @reduz @AndreaCatania
  25. server/visual* @reduz @karroffel
  26. thirdparty/* @akien-mga