diff options
| author | Brandon Philips <brandon@ifup.org> | 2018-08-08 15:51:49 -0700 |
|---|---|---|
| committer | Brandon Philips <brandon@ifup.org> | 2018-08-08 15:52:39 -0700 |
| commit | e0d60fdd7cfdafb71335c9501c458278bf7fdf97 (patch) | |
| tree | 384dbfa46648aad233fa51fce1e154235010a26d | |
| parent | 189d4931a5a3543acf742fcc46c35eeec53bc7ff (diff) | |
committee-steering: remove sigs.yml link
A sigs.yml link isn't very helpful because the line numbers will keep
changing. Instead suggest people link to their subprojects in the SIG
README which is generated from the sigs.yml.
| -rw-r--r-- | committee-steering/governance/sig-charter-template.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/committee-steering/governance/sig-charter-template.md b/committee-steering/governance/sig-charter-template.md index 77dc777e..7fda2567 100644 --- a/committee-steering/governance/sig-charter-template.md +++ b/committee-steering/governance/sig-charter-template.md @@ -11,8 +11,6 @@ necessarily all of the internals. ### In scope -Link to SIG section in [sigs.yaml] - #### Code, Binaries and Services - list of what qualifies a piece of code, binary or service @@ -20,7 +18,7 @@ Link to SIG section in [sigs.yaml] - e.g. *clis for working with Kubernetes APIs*, - *CI for kubernetes repos*, etc - **This is NOT** a list of specific code locations, -- or projects those go in [sigs.yaml] +- or projects those go in [SIG Subprojects][sig-subprojects] #### Cross-cutting and Externally Facing Processes @@ -62,5 +60,5 @@ Pick one: 2. Federation of Subprojects [sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md -[sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml#L1454 +[sig-subprojects]: https://github.com/kubernetes/community/blob/master/sig-YOURSIG/README.md#subprojects [Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md |
