chore(CODEOWNERS): add CODEOWNERS file to specify code ownership and review process

A new CODEOWNERS file has been added to the repository. This file specifies the code ownership and review process for the project. The maintainers group (@restincode/maintainers) is responsible for reviewing and maintaining the project code. User contributions in the "people/" directory and images in the "images/" directory will be reviewed by the reviewers group (@restincode/reviewers). Additionally, the "peoplelist.json" file will also be reviewed by the reviewers group. This file helps to establish clear ownership and review guidelines for the project.
This commit is contained in:
mauvehed 2023-07-29 19:42:36 -05:00
parent 4a5aa803f3
commit 28774e1c05

7
CODEOWNERS Normal file
View file

@ -0,0 +1,7 @@
# Project code owned by maintainers
* @restincode/maintainers
# User contributions supported by reviewers
people/ @restincode/reviewers
images/ @restincode/reviewers
peoplelist.json @restincode/reviewers