From be76f358bf3a7095d0085ec180c1565fe60ea615 Mon Sep 17 00:00:00 2001 From: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:34:03 -0600 Subject: [PATCH] Add code owners for style guide and markup reference (#16674) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3eb7f05d4013..49b749020496 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,6 +20,10 @@ package.json @github/docs-engineering # Site Policy /content/github/site-policy/ @github/site-policy-admins +# Content strategy +/contributing/content-markup-reference.md @github/product-docs-content-strategy +/contributing/content-style-guide.md @github/product-docs-content-strategy + # Make sure that Octokit maintainers get notified about changes # relevant to the Octokit libraries (https://github.com/octokit) /content/rest/reference @github/octokit-maintainers