mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
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:
parent
af5fcf4cec
commit
ab6f2b8262
15
.github/CODEOWNERS
vendored
Normal file
15
.github/CODEOWNERS
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user