diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-12-23 11:23:32 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-12-28 23:36:42 +0200 |
commit | 636010e2c66664b2a515d34cdce02242224ad29f (patch) | |
tree | 6caceefe348976d1ee500e479e0938eeedb19a0d /.github/CODEOWNERS | |
parent | 6cebb8c11773b203039c811c2ee50ba25c99e5e1 (diff) | |
download | redot-engine-636010e2c66664b2a515d34cdce02242224ad29f.tar.gz |
[CTL] Add myself to CODEOWNERS for the text server and font.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e08c8bf9de..7ac70a4367 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,6 +31,7 @@ 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 @@ -38,13 +39,19 @@ doc_classes/* @godotengine/documentation /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 |