Skip to content

Commit 6ab7a28

Browse files
committed
Address PR comments
1 parent b84f436 commit 6ab7a28

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

contributors/devel/api_changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ tips](../api.md#v1-conversion-tips))
623623
via a flag should not create new bugs in unrelated features; because the feature
624624
is new, it may have minor bugs
625625
- Support: the project commits to complete the feature, in some form, in a
626-
subsequent Stable version; beta features are required to remain in beta for
626+
subsequent Stable version; As a general guideline, beta features should remain in beta for
627627
2 releases after the feature has been introduced (GA development begins
628628
after the feature has been beta for 1 full release cycle).
629629
This provides time to gather user feedback before transitioning from beta to GA;

contributors/devel/contributing-api-changes.md

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ by users and is maintained in concert with related APIs. Current API groups:
135135

136136
- [API changes]
137137
- [API conventions]
138+
- [OARP roles model](https://stumblingabout.com/tag/oarp/)
139+
- [RACI roles model](http://www.valuebasedmanagement.net/methods_raci.html)
138140

139141
[API versions]: https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md#alpha-beta-and-stable-versions
140142
[@mention]: https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams

contributors/sig-ownership.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ Any changes that break compatibility with client-server version skew tests of +-
4646

4747
## Documentation
4848

49-
All user facing changes must be documented at [kubernetes/kubernetes.github.io]. See the [doc contribution guide] for instructions.
49+
All user facing changes must be documented at [kubernetes/kubernetes.github.io] to
50+
appear in the [user docs]. See the [doc contribution guide] for instructions.
5051

5152
[feature freeze]: https://github.com/kubernetes/community/blob/master/contributors/devel/release/README.md#feature-freeze
5253
[kubernetes/kubernetes.github.io]: https://github.com/kubernetes/kubernetes.github.io/
5354
[doc contribution guide]: https://kubernetes.io/editdocs/
5455
[special interest group]: https://github.com/kubernetes/community/blob/master/README.md#special-interest-groups-sig
5556
[kubernetes/kubernetes]: https://github.com/kubernetes/kubernetes
5657
[kubernetes/features]: https://github.com/kubernetes/features/
57-
[api review]: https://github.com/kubernetes/community/blob/master/contributors/contributing-api-changes.md
58+
[api review]: https://github.com/kubernetes/community/blob/master/contributors/contributing-api-changes.md
59+
[user docs]: https://k8s.io

0 commit comments

Comments
 (0)