From 1804111aea1a54d903a63055c98257e2b414ab00 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Sat, 8 Feb 2025 15:01:22 +0800 Subject: [PATCH 1/3] add link to contributor awards site --- events/awards/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/events/awards/README.md b/events/awards/README.md index 1f326cd1d..47a9cdb59 100644 --- a/events/awards/README.md +++ b/events/awards/README.md @@ -1,5 +1,7 @@ # Kubernetes Contributor Awards +The awards can be see in [contributor site](https://www.kubernetes.dev/community/awards/), and recipients is maintained in https://github.com/kubernetes/contributor-site/tree/master/content/en/community/awards. + Every year, the Kubernetes Contributor Community recognizes and awards their peers for outstanding contributions to the project for the year. These awards are handed out during the end-of-year Contributor Summit. @@ -15,4 +17,4 @@ These awards are handed out during the end-of-year Contributor Summit. [playbook]: ./README.md [2021-awards-recipients]: ./award-recipients/2021-award-recipients.md [2020-awards-recipients]: ./award-recipients/2020-award-recipients.md -[2019-awards-recipients]: ./award-recipients/2019-award-recipients.md \ No newline at end of file +[2019-awards-recipients]: ./award-recipients/2019-award-recipients.md From b7a0768d67d40dc37f1fe70eeaa47fedcbb68e9e Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Tue, 11 Feb 2025 09:12:35 +0800 Subject: [PATCH 2/3] update links to contribute site awards --- events/awards/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/events/awards/README.md b/events/awards/README.md index 47a9cdb59..af7dc1a42 100644 --- a/events/awards/README.md +++ b/events/awards/README.md @@ -10,11 +10,17 @@ These awards are handed out during the end-of-year Contributor Summit. ## Contributor Award Recipients +- [2024 Contributor Award Recipients][2024-awards-recipients] +- [2023 Contributor Award Recipients][2023-awards-recipients] +- [2022 Contributor Award Recipients][2022-awards-recipients] - [2021 Contributor Award Recipients][2021-awards-recipients] - [2020 Contributor Award Recipients][2020-awards-recipients] - [2019 Contributor Award Recipients][2019-awards-recipients] [playbook]: ./README.md -[2021-awards-recipients]: ./award-recipients/2021-award-recipients.md -[2020-awards-recipients]: ./award-recipients/2020-award-recipients.md -[2019-awards-recipients]: ./award-recipients/2019-award-recipients.md +[2024-awards-recipients]: https://www.kubernetes.dev/community/awards/2024/ +[2023-awards-recipients]: https://www.kubernetes.dev/community/awards/2023/ +[2022-awards-recipients]: https://www.kubernetes.dev/community/awards/2022/ +[2021-awards-recipients]: https://www.kubernetes.dev/community/awards/2021/ +[2020-awards-recipients]: https://www.kubernetes.dev/community/awards/2020/ +[2019-awards-recipients]: https://www.kubernetes.dev/community/awards/2019/ From 99d4e37a18897ba2ad3cc2f7f75284c2527d88c6 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Wed, 12 Feb 2025 13:43:16 +0800 Subject: [PATCH 3/3] update contributor site repo link --- events/awards/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/awards/README.md b/events/awards/README.md index af7dc1a42..9dfb30e66 100644 --- a/events/awards/README.md +++ b/events/awards/README.md @@ -1,6 +1,6 @@ # Kubernetes Contributor Awards -The awards can be see in [contributor site](https://www.kubernetes.dev/community/awards/), and recipients is maintained in https://github.com/kubernetes/contributor-site/tree/master/content/en/community/awards. +The awards can be see in [contributor site](https://www.kubernetes.dev/community/awards/), and recipients is maintained in the [contributor-site repository](https://github.com/kubernetes/contributor-site/tree/master/content/en/community/awards). Every year, the Kubernetes Contributor Community recognizes and awards their peers for outstanding contributions to the project for the year.