11 lines
544 B
YAML
11 lines
544 B
YAML
|
id: approver
|
||
|
name: Approver
|
||
|
tags:
|
||
|
- community
|
||
|
short-description: |
|
||
|
A person who can review and approve Kubernetes code contributions.
|
||
|
long-description: >
|
||
|
While code review is focused on code quality and correctness, approval is focused on the holistic acceptance of a contribution.
|
||
|
Holistic acceptance includes backwards/forwards compatibility, adhering to API and flag conventions, subtle performance and correctness issues, interactions with other parts of the system, and others.
|
||
|
Approver status is scoped to a part of the codebase.
|