Skip to content

Commit cfd343f

Browse files
authored
Revise CODEOWNERS for documentation ownership (#3287)
* Revise CODEOWNERS for documentation ownership Updated CODEOWNERS to reflect new ownership structure and approval requirements. * Update CODEOWNERS to adjust ownership rules Removed Docs Eng ownership from asciidoc files. * add /extra/
1 parent bf13ceb commit cfd343f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
* @elastic/docs-repo-owners
1+
# Docs Eng owns the codebase
2+
* @elastic/docs-engineering
3+
4+
#Readme changes must be approved by writers
5+
*.asciidoc @elastic/docs-repo-owners
6+
7+
# Writers and Docs Eng share ownership of config files
8+
/extra/ @elastic/docs-engineering @elastic/docs-repo-owners
9+
/resources/asciidoctor/lib/chunker/v3-mapping.json‎ @elastic/docs-engineering @elastic/docs-repo-owners
10+
/shared/ @elastic/docs-engineering @elastic/docs-repo-owners
11+
*.yaml @elastic/docs-engineering @elastic/docs-repo-owners

0 commit comments

Comments
 (0)