Skip to content

Commit 6fe6358

Browse files
authored
Merge pull request #7488 from palnabarun/committee-generated-emeritus
generator: add generated section in committee README for emeritus members
2 parents 7c564a0 + 6790797 commit 6fe6358

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

committee-code-of-conduct/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ The [charter](charter.md) defines the scope and governance of the Code of Conduc
2020
* Jeremy Rickard (**[@jeremyrickard](https://github.com/jeremyrickard)**), Microsoft
2121
* Xander Grzywinski (**[@salaxander](https://github.com/salaxander)**), Microsoft
2222

23+
## Emeritus Members
24+
25+
* Aeva Black (**[@AevaOnline](https://github.com/AevaOnline)**)
26+
* Jennifer Rondeau (**[@Bradamant3](https://github.com/Bradamant3)**)
27+
* Carolyn Van Slyck (**[@carolynvs](https://github.com/carolynvs)**)
28+
* Celeste Horgan (**[@celestehorgan](https://github.com/celestehorgan)**)
29+
* Carlos Tadeu Panato Jr. (**[@cpanato](https://github.com/cpanato)**)
30+
* Jason DeTiberus (**[@detiber](https://github.com/detiber)**)
31+
* Eric Paris (**[@eparis](https://github.com/eparis)**)
32+
* Jaice Singer DuMars (**[@jdumars](https://github.com/jdumars)**)
33+
* Karen Chu (**[@karenhchu](https://github.com/karenhchu)**)
34+
* Nabarun Pal (**[@palnabarun](https://github.com/palnabarun)**)
35+
* Paris Pittman (**[@parispittman](https://github.com/parispittman)**)
36+
* Tasha Drew (**[@tashimi](https://github.com/tashimi)**)
37+
* Tim Pepper (**[@tpepper](https://github.com/tpepper)**)
38+
* Vallery Lancey (**[@vllry](https://github.com/vllry)**)
39+
2340
## Contact
2441
- Slack: [#code-of-conduct](https://kubernetes.slack.com/messages/code-of-conduct)
2542
- Private Mailing List: [email protected]

committee-security-response/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ The Kubernetes Security Response Committee is the body that is responsible for r
2222
* Rita Zhang (**[@ritazh](https://github.com/ritazh)**), Microsoft
2323
* Tabitha Sable (**[@tabbysable](https://github.com/tabbysable)**), Datadog
2424

25+
## Emeritus Members
26+
27+
* Luke Hinds (**[@lukehinds](https://github.com/lukehinds)**)
28+
* Swamy Shivaganga Nagaraju (**[@swamymsft](https://github.com/swamymsft)**)
29+
* Tim Allclair (**[@tallclair](https://github.com/tallclair)**)
30+
2531
## Contact
2632
- Private Mailing List: [email protected]
2733
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fsecurity-response)

generator/committee_readme.tmpl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
3232
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
3333
{{- end }}
3434
{{- end }}
35+
36+
{{- if .Leadership.EmeritusLeads }}
37+
38+
## Emeritus Members
39+
{{ range .Leadership.EmeritusLeads }}
40+
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**)
41+
{{- end }}
42+
{{- end }}
3543
{{- end }}
3644

3745
## Contact
@@ -82,7 +90,7 @@ The following [subprojects][subproject-definition] are owned by the {{.Name}} Co
8290
- [Mailing List]({{.Contact.MailingList}})
8391
{{- end }}
8492
{{- if .Contact.GithubTeams }}
85-
- GitHub Teams:
93+
- GitHub Teams:
8694
{{- range .Contact.GithubTeams }}
8795
- [@kubernetes/{{.Name}}](https://github.com/orgs/kubernetes/teams/{{.Name}}) {{- if .Description }} - {{.Description}}{{- end}}
8896
{{- end }}

0 commit comments

Comments
 (0)