diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-09-28 11:55:28 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-09-28 11:58:43 +0200 |
commit | ae45d19ad69d4a23146ab04c85adca00188a0d94 (patch) | |
tree | d4e086709ec36d78e98a42e5eadced075e6743cc /.github | |
parent | 76a135926aef1f02f27e4e09093787f2c670956d (diff) | |
download | redot-engine-ae45d19ad69d4a23146ab04c85adca00188a0d94.tar.gz |
Add a few missing CODEOWNERS
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7cca1b6f2a..748d787b86 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -169,10 +169,12 @@ /modules/gridmap/icons/ @godotengine/3d-nodes @godotengine/usability /modules/noise/ @godotengine/core /modules/noise/doc_classes/ @godotengine/core @godotengine/documentation +/modules/noise/icons/ @godotengine/core @godotengine/usability /modules/noise/tests/ @godotengine/core @godotengine/tests /modules/regex/ @godotengine/core /modules/regex/doc_classes/ @godotengine/core @godotengine/documentation -/modules/regex/test/ @godotengine/core @godotengine/tests +/modules/regex/icons/ @godotengine/core @godotengine/usability +/modules/regex/tests/ @godotengine/core @godotengine/tests /modules/zip/ @godotengine/core /modules/zip/doc_classes/ @godotengine/core @godotengine/documentation @@ -207,6 +209,7 @@ /scene/resources/text_paragraph.* @godotengine/gui-nodes /scene/resources/visual_shader*.* @godotengine/shaders /scene/theme/ @godotengine/gui-nodes +/scene/theme/icons/ @godotengine/gui-nodes @godotengine/usability # Servers |