Skip to content

Commit

Permalink
[CTL] Add myself to CODEOWNERS for the text server and font.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Dec 28, 2020
1 parent 6cebb8c commit 636010e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,27 @@ doc_classes/* @godotengine/documentation
/modules/csg/ @BastiaanOlij
/modules/enet/ @godotengine/network
/modules/gdnative/*arvr/ @BastiaanOlij
/modules/gdnative/text/ @bruvzg
/modules/gdscript/ @vnen
/modules/mbedtls/ @godotengine/network
/modules/mobile_vr/ @BastiaanOlij
/modules/mono/ @neikeq
/modules/mono/glue/GodotSharp @aaronfranke
/modules/opensimplex/ @JFonS
/modules/regex/ @LeeZH
/modules/text_server_*/ @bruvzg
/modules/upnp/ @godotengine/network
/modules/websocket/ @godotengine/network

/platform/javascript/ @eska014
/platform/uwp/ @vnen

/server/physics*/ @reduz @AndreaCatania
/server/visual*/ @reduz
/scene/resources/font.* @bruvzg
/scene/resources/text_line.* @bruvzg
/scene/resources/text_paragraph.* @bruvzg

/servers/physics*/ @reduz @AndreaCatania
/servers/text_server.* @bruvzg
/servers/visual*/ @reduz

/thirdparty/ @akien-mga

0 comments on commit 636010e

Please sign in to comment.