From 5c81935980daadfe82dc9a7c920f27d0f62d906a Mon Sep 17 00:00:00 2001 From: Jennifer Marsman Date: Fri, 17 Nov 2023 05:16:59 -0500 Subject: [PATCH] DOC ONLY: Added a contributor wall of fame to the README (#3381) ### Motivation and Context 1. Why is this change required? This is not required; it is optional but is great for community-building. 2. What problem does it solve? It adds an image of the top 100 contributors to the repo near the bottom of the README. Source of dev pride. :) 3. What scenario does it contribute to? This encourages contributions and rewards the top 100 contributors. 4. If it fixes an open issue, please link to the issue here. N/A ### Description Documentation change only ### Contribution Checklist - [X] The code builds clean without any errors or warnings - [X] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [X] I didn't break anyone :smile: --------- Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Co-authored-by: Weihan Li --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fb2b07d2e6e8..9a0f0f37413b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,10 @@ To learn more and get started: - Attend [regular office hours and SK community events](COMMUNITY.md) - Follow the team on our [blog](https://aka.ms/sk/blog) +## Contributor Wall of Fame + +[![semantic-kernel contributors](https://contrib.rocks/image?repo=microsoft/semantic-kernel)](https://github.com/microsoft/semantic-kernel/graphs/contributors) + ## Code of Conduct This project has adopted the