feat(doc): Add CODEOWNERS to improve control over code merge approval priorities

Signed-off-by: leonrayang <chl696@sina.com>
(cherry picked from commit e053fa3f07)
This commit is contained in:
leonrayang 2024-09-02 15:08:28 +08:00 committed by Victor1319
parent af5fcf4cec
commit ab6f2b8262
2 changed files with 15 additions and 3 deletions

15
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,15 @@
# Main maintainers for all files
* @cubefs/cubefs-maintainers
# Committers for specific directories
/docs/ @cubefs/cubefs-committers @cubefs/sig-doc
# Allow tsc to handle critical docs
.github/CODEOWNERS @cubefs/cubefs-tsc
GOVERNANCE.md @cubefs/cubefs-tsc
GOVERNANCE_CN.md @cubefs/cubefs-tsc
# Only tsc can handle critical docs
.github/CODEOWNERS
GOVERNANCE.md
GOVERNANCE_CN.md

View File

@ -1,3 +0,0 @@
- code approvers: maintainers
- code reviewers: contributors && maintainers
- docs:sig-docs