mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
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:
parent
4a5aa803f3
commit
28774e1c05
1 changed files with 7 additions and 0 deletions
7
CODEOWNERS
Normal file
7
CODEOWNERS
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue