diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ff642f811df1c..d18773c9ea99b8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -276,3 +276,6 @@ Lib/test/test_interpreters/ @ericsnowcurrently # Config Parser Lib/configparser.py @jaraco Lib/test/test_configparser.py @jaraco + +# Doc sections +Doc/reference/ @willingc