From b131ea0dc25c6de472dc3344960277a1bbaf191a Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 31 Aug 2022 14:00:51 -0500 Subject: [PATCH] CODEOWNERS: Add Nathan Stokes for PRs that touch documentation --- .github/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf5cb2f4a..da1d8ad0e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,9 @@ # Default code owner for the repository * @csjall @jonlugoatx @dixonjoel @bkeryan -# add mshafer-ni for Python files -*.py @csjall @jonlugoatx @dixonjoel @bkeryan @mshafer-ni +# Add mshafer-ni and nstokes-nati for Python files +*.py @csjall @jonlugoatx @dixonjoel @bkeryan @mshafer-ni @nstokes-nati +# Add nstokes-nati for documentation +*.md @csjall @jonlugoatx @dixonjoel @bkeryan @nstokes-nati +/_docs_source/ @csjall @jonlugoatx @dixonjoel @bkeryan @nstokes-nati