In the .github folder there should be a CODEOWNERS file which dictates who is a codeowner for each package and the repository as a whole.
Structure
The structure will follow the FAST repository package structure, without the added tooling folder layer. At this time due to the lack of contributors we will use the * to dictate that the following users will be codeowners for the entire repository (subject to change at a later date). Use the FAST CODEOWNERS file as a example.
What package(s) should this feature be added to?
No response
Summary
Description
In the
.github
folder there should be aCODEOWNERS
file which dictates who is a codeowner for each package and the repository as a whole.Structure
The structure will follow the FAST repository package structure, without the added
tooling
folder layer. At this time due to the lack of contributors we will use the*
to dictate that the following users will be codeowners for the entire repository (subject to change at a later date). Use the FAST CODEOWNERS file as a example.