diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5cff59e83dd1dd4..4d9e73db48ae57c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -598,6 +598,12 @@ Doc/library/tomllib.rst @encukou @hauntsaninja Lib/test/test_tomllib/ @encukou @hauntsaninja Lib/tomllib/ @encukou @hauntsaninja +# Turtle +Doc/library/turtle.rst @StanFromIreland +Doc/library/turtle-star.png @StanFromIreland +Lib/test/test_turtle.py @StanFromIreland +Lib/turtle.py @StanFromIreland + # Typing Doc/library/typing.rst @JelleZijlstra @AlexWaygood Lib/test/test_typing.py @JelleZijlstra @AlexWaygood