From af994f21b87e33a61e238b3d080b11ddc61cbd1a Mon Sep 17 00:00:00 2001 From: Andrew Kim Date: Fri, 15 Feb 2019 13:10:05 -0500 Subject: [PATCH] update references to KEP template --- committee-steering/governance/sig-governance.md | 2 +- sig-architecture/README.md | 2 +- sig-azure/charter.md | 2 +- sig-cloud-provider/CHARTER.md | 2 +- 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 569b9d292..bc646430f 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 f7d629c0b..8aad80252 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 94df040fc..8e45a7d0c 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 47c1a2102..e4dc78f78 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 7c8b08eae..2b503d73e 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