OWNERS files must follow project documentation standards to properly reflect component ownership and maintainership. When creating or updating these files:
OWNERS files must follow project documentation standards to properly reflect component ownership and maintainership. When creating or updating these files:
Example of a properly structured OWNERS file:
approvers:
- developer1
- developer2
- developer3
reviewers:
- reviewer1
- reviewer2
If someone should be both an approver and a reviewer, only list them as an approver. This ensures clear documentation of component ownership and streamlines the review process.
Enter the URL of a public GitHub repository