restincode/CODEOWNERS
Line: 2: incorrect codeowner organization: restincode/maintainers Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: restincode/reviewers Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: restincode/reviewers Line: 6: no users/groups matched Line: 7: incorrect codeowner organization: restincode/reviewers Line: 7: no users/groups matched
mauvehed 28774e1c05 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.
2023-07-29 19:42:36 -05:00

7 lines
205 B
Text

# Project code owned by maintainers
* @restincode/maintainers
# User contributions supported by reviewers
people/ @restincode/reviewers
images/ @restincode/reviewers
peoplelist.json @restincode/reviewers