diff options
| author | eduartua <eduartua@gmail.com> | 2019-01-24 16:48:03 -0600 |
|---|---|---|
| committer | eduartua <eduartua@gmail.com> | 2019-01-24 16:48:03 -0600 |
| commit | 06207d2363d07102104e08966985587b1883c860 (patch) | |
| tree | 5d75fbc2b726f6f4697f048eb9dff89f00d20a2a /sig-architecture/api-review-process.md | |
| parent | aec30530356f433729658d1e682ade3ee65e31fe (diff) | |
Created tombstone files for files moved to /devel/sig-architecture - URLs updated in k/community
Diffstat (limited to 'sig-architecture/api-review-process.md')
| -rw-r--r-- | sig-architecture/api-review-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sig-architecture/api-review-process.md b/sig-architecture/api-review-process.md index 7e69a4b2..f085837b 100644 --- a/sig-architecture/api-review-process.md +++ b/sig-architecture/api-review-process.md @@ -4,7 +4,7 @@ # Process Overview and Motivations -Due to the importance of preserving usability and consistency in Kubernetes APIs, all changes and additions require expert oversight. The API review process is intended to maintain logical and functional integrity of the API over time, the consistency of user experience and the ability of previously written tools to function with new APIs. Wherever possible, the API review process should help change submitters follow [established conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md), and not simply reject without cause. +Due to the importance of preserving usability and consistency in Kubernetes APIs, all changes and additions require expert oversight. The API review process is intended to maintain logical and functional integrity of the API over time, the consistency of user experience and the ability of previously written tools to function with new APIs. Wherever possible, the API review process should help change submitters follow [established conventions](/contributors/devel/sig-architecture/api-conventions.md), and not simply reject without cause. Because expert reviewer bandwidth is extremely limited, the process provides a curated backlog with highest priority issues at the top. While this does mean some changes may be delayed in favor of other higher priority ones, this will help maintain critical project velocity, transparency, and equilibrium. Ideally, those whose API review priority is shifted in a release-impacting way will be proactively notified by the reviewers. @@ -229,7 +229,7 @@ Aspiring reviewers should reach out the moderator on slack. The moderator will * [https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md](/contributors/devel/sig-architecture/api_changes.md) -* [https://github.com/kubernetes/community/blob/be9eeca6ee3becfa5b4c96bedf62b5b3ff5b1f8d/contributors/devel/api-conventions.md](https://github.com/kubernetes/community/blob/be9eeca6ee3becfa5b4c96bedf62b5b3ff5b1f8d/contributors/devel/api-conventions.md) +* [https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md) * [Pull-requests.md](https://github.com/kubernetes/community/blob/a74d906f0121c78114d79a3ac105aa2d36e24b57/contributors/devel/pull-requests.md#2-smaller-is-better-small-commits-small-prs) - should be updated to specifically call out API changes as important |
