mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
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.
7 lines
205 B
Text
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
|