diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-15 16:21:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-15 16:21:15 -0800 |
| commit | 0d86429bbb144cead2763412f6e392bb433c85ea (patch) | |
| tree | bc40d1b928e2189e7fd22a3cd43ca50ed14d2478 | |
| parent | 8bed28646a4207696dc59a40248d4fcc65b71f87 (diff) | |
| parent | af994f21b87e33a61e238b3d080b11ddc61cbd1a (diff) | |
Merge pull request #3263 from andrewsykim/fix-kep-template-link
update references to KEP template
| -rw-r--r-- | committee-steering/governance/sig-governance.md | 2 | ||||
| -rw-r--r-- | sig-architecture/README.md | 2 | ||||
| -rw-r--r-- | sig-azure/charter.md | 2 | ||||
| -rw-r--r-- | sig-cloud-provider/CHARTER.md | 2 | ||||
| -rw-r--r-- | sig-release/charter.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/committee-steering/governance/sig-governance.md b/committee-steering/governance/sig-governance.md index 569b9d29..bc646430 100644 --- a/committee-steering/governance/sig-governance.md +++ b/committee-steering/governance/sig-governance.md @@ -157,7 +157,7 @@ Issues impacting multiple subprojects in the SIG should be resolved by either: [lazy-consensus]: http://en.osswiki.info/concepts/lazy_consensus [super-majority]: https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote -[KEP]: https://github.com/kubernetes/community/blob/master/keps/0000-kep-template.md +[KEP]: https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md [sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml#L1454 [OWNERS]: contributors/devel/owners.md [Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md diff --git a/sig-architecture/README.md b/sig-architecture/README.md index f7d629c0..8aad8025 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -120,7 +120,7 @@ Please see the [Conformance Test Review](https://github.com/kubernetes-sigs/arch Develop and drive technical enhancement review process * [KEP Process](https://github.com/kubernetes/community/blob/master/keps/0001-kubernetes-enhancement-proposal-process.md) -* [Template](https://github.com/kubernetes/community/blob/master/keps/0000-kep-template.md) +* [Template](https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md) Please see the [KEP Tracking](https://github.com/kubernetes-sigs/architecture-tracking/projects/2) board to follow the work of this sub-project. Please reach out to folks in the [OWNERS](https://github.com/kubernetes/community/blob/master/keps/OWNERS) file if you are interested in joining this effort. diff --git a/sig-azure/charter.md b/sig-azure/charter.md index 94df040f..8e45a7d0 100644 --- a/sig-azure/charter.md +++ b/sig-azure/charter.md @@ -95,6 +95,6 @@ Issues impacting multiple subprojects in the SIG should be resolved by SIG Techn [lazy-consensus]: http://en.osswiki.info/concepts/lazy_consensus [super-majority]: https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote -[KEP]: https://github.com/kubernetes/community/blob/master/keps/0000-kep-template.md +[KEP]: https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md [sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml#L1454 [OWNERS]: /contributors/guide/owners.md diff --git a/sig-cloud-provider/CHARTER.md b/sig-cloud-provider/CHARTER.md index 47c1a210..e4dc78f7 100644 --- a/sig-cloud-provider/CHARTER.md +++ b/sig-cloud-provider/CHARTER.md @@ -47,7 +47,7 @@ Subprojects representing Kubernetes features may be retired at any point given a ## Technical Processes Subprojects (providers) of the SIG MUST use the following processes unless explicitly following alternatives they have defined. -* Proposals will be sent as [KEP](https://github.com/kubernetes/community/blob/master/keps/0000-kep-template.md) PRs, and published to the official group mailing list as an announcement +* Proposals will be sent as [KEP](https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md) PRs, and published to the official group mailing list as an announcement * Proposals, once submitted, SHOULD be placed on the next full meeting agenda * Decisions within the scope of individual subprojects should be made by lazy consensus by subproject owners, with fallback to majority vote by subproject owners; if a decision can’t be made, it should be escalated to the SIG Chairs * Issues impacting multiple subprojects in the SIG should be resolved by consensus of the owners of the involved subprojects; if a decision can’t be made, it should be escalated to the SIG Chairs diff --git a/sig-release/charter.md b/sig-release/charter.md index 7c8b08ea..2b503d73 100644 --- a/sig-release/charter.md +++ b/sig-release/charter.md @@ -78,7 +78,7 @@ Additional requirements: - [sigs.yaml] must be updated to include subproject information and OWNERS files with subproject chairs -[KEP]: /keps/0000-kep-template.md +[KEP]: https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md [Kubernetes Charter README]: /committee-steering/governance/README.md [lazy-consensus]: http://communitymgt.wikia.com/wiki/Lazy_consensus [sig-governance]: /committee-steering/governance/sig-governance.md |
