diff --git a/CODEOWNERS b/CODEOWNERS index 2520668fd3..c307950dda 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,6 +2,15 @@ # the repo, unless a later match takes precedence. * @hashicorp/boundary -# web presence and education +# engineering and web presence get notified of, and can approve changes to, web tooling, but not content. -/website/ @hashicorp/boundary-education-approvers @hashicorp/web-presence @hashicorp/boundary \ No newline at end of file +/website/ @hashicorp/web-presence @hashicorp/boundary +/website/data/ +/website/public/ +/website/content/ + +# education and engineering get notified of, and can approve changes to web content. + +/website/data/ @hashicorp/boundary-education-approvers @hashicorp/boundary +/website/public/ @hashicorp/boundary-education-approvers @hashicorp/boundary +/website/content/ @hashicorp/boundary-education-approvers @hashicorp/boundary