Merge pull request #6138 from coderanger/exception-and-formatting
Election formatting and voter exceptions
This commit is contained in:
commit
062155f589
|
|
@ -33,12 +33,11 @@ I have seen first hand the impact burnout can have on projects, especially after
|
||||||
## Resources About Me
|
## Resources About Me
|
||||||
|
|
||||||
* KubeCon Talks and other things:
|
* KubeCon Talks and other things:
|
||||||
https://www.youtube.com/watch?v=cuaWIpUNvNo
|
* [https://www.youtube.com/watch?v=cuaWIpUNvNo](https://www.youtube.com/watch?v=cuaWIpUNvNo)
|
||||||
https://www.youtube.com/watch?v=SuicCBXJRPg
|
* [https://www.youtube.com/watch?v=SuicCBXJRPg](https://www.youtube.com/watch?v=SuicCBXJRPg)
|
||||||
https://www.youtube.com/watch?v=zVuM7F_BTyc
|
* [https://www.youtube.com/watch?v=zVuM7F_BTyc](https://www.youtube.com/watch?v=zVuM7F_BTyc)
|
||||||
https://www.cncf.io/online-programs/cncf-live-webinar-kubernetes-1-20/
|
* [https://www.cncf.io/online-programs/cncf-live-webinar-kubernetes-1-20/](https://www.cncf.io/online-programs/cncf-live-webinar-kubernetes-1-20/)
|
||||||
https://www.youtube.com/watch?v=T6WRsQGP8Rc
|
* [https://www.youtube.com/watch?v=T6WRsQGP8Rc](https://www.youtube.com/watch?v=T6WRsQGP8Rc)
|
||||||
|
* Links to social media:
|
||||||
- Links to social media
|
* [https://twitter.com/jrrickard](https://twitter.com/jrrickard)
|
||||||
* https://twitter.com/jrrickard
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ the election directory -->
|
||||||
- Emeritus Kubernetes Steering Committee member
|
- Emeritus Kubernetes Steering Committee member
|
||||||
- Release team: 1.16 release lead, 1.15 lead shadow, 1.14 enhancements shadow, 1.18 Emeritus Advisor, 1.20 Emeritus Advisor
|
- Release team: 1.16 release lead, 1.15 lead shadow, 1.14 enhancements shadow, 1.18 Emeritus Advisor, 1.20 Emeritus Advisor
|
||||||
- Emeritus SIG PM Chair
|
- Emeritus SIG PM Chair
|
||||||
- SIG Network active member participating in IPv4/IPv6 dual-stack Kubernetes enhancement - https://github.com/kubernetes/enhancements/issues/563
|
- SIG Network active member participating in IPv4/IPv6 dual-stack Kubernetes enhancement - [https://github.com/kubernetes/enhancements/issues/563](https://github.com/kubernetes/enhancements/issues/563)
|
||||||
- CNCF Ambassador
|
- CNCF Ambassador
|
||||||
|
|
||||||
## What I have done
|
## What I have done
|
||||||
|
|
@ -27,6 +27,6 @@ I am passionate about building the supporting structures to help scale contribut
|
||||||
|
|
||||||
## Resources About Me
|
## Resources About Me
|
||||||
|
|
||||||
- Youtube playlist with all recorded presentations - https://www.youtube.com/playlist?list=PLbj_Bz58yLCwZL5NwoXoqJw_xGhI0uDeJ
|
- Youtube playlist with all recorded presentations - [https://www.youtube.com/playlist?list=PLbj_Bz58yLCwZL5NwoXoqJw_xGhI0uDeJ](https://www.youtube.com/playlist?list=PLbj_Bz58yLCwZL5NwoXoqJw_xGhI0uDeJ)
|
||||||
- Blog: https://medium.com/@LachlanEvenson
|
- Blog: [https://medium.com/@LachlanEvenson](https://medium.com/@LachlanEvenson)
|
||||||
- Twitter: https://twitter.com/LachlanEvenson
|
- Twitter: [https://twitter.com/LachlanEvenson](https://twitter.com/LachlanEvenson)
|
||||||
|
|
|
||||||
|
|
@ -42,5 +42,5 @@ developers, operators, users, and also vendor stakeholders.
|
||||||
|
|
||||||
## Resources About Me
|
## Resources About Me
|
||||||
|
|
||||||
- YouTube playlist of recorded presentations: https://www.youtube.com/playlist?list=PLMSHg5KCD7nEd_qAf2_JSIYsLZCi0qW4l
|
- YouTube playlist of recorded presentations: [https://www.youtube.com/playlist?list=PLMSHg5KCD7nEd_qAf2_JSIYsLZCi0qW4l](https://www.youtube.com/playlist?list=PLMSHg5KCD7nEd_qAf2_JSIYsLZCi0qW4l)
|
||||||
- Twitter: https://twitter.com/pythomit
|
- Twitter: [https://twitter.com/pythomit](https://twitter.com/pythomit)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
# and current organization membership status.
|
# and current organization membership status.
|
||||||
# 2021-09-29: Deduplicate redundant entries from people with multiple devstats records.
|
# 2021-09-29: Deduplicate redundant entries from people with multiple devstats records.
|
||||||
# 2021-09-30: Adding from exception requests.
|
# 2021-09-30: Adding from exception requests.
|
||||||
|
# 2021-10-10: Adding from exception requests.
|
||||||
#
|
#
|
||||||
|
|
||||||
eligible_voters:
|
eligible_voters:
|
||||||
|
|
@ -635,6 +636,7 @@ eligible_voters:
|
||||||
- verb
|
- verb
|
||||||
- verult
|
- verult
|
||||||
- vinayakankugoyal
|
- vinayakankugoyal
|
||||||
|
- vinaykul
|
||||||
- vincepri
|
- vincepri
|
||||||
- vivekbagade
|
- vivekbagade
|
||||||
- vladimirvivien
|
- vladimirvivien
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue