Skip to content

tweak Hall of Fame page #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion contribute/scala-fame.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ layout: page-full-width
title: Scala Contributor Hall of Fame
---

A big thank you to everyone who contributed to:
A big thank you to everyone who has contributed over the years to:
- [the Scala library and compiler](https://github.com/scala/scala/contributors)
- [the Scala documentation website](https://github.com/scala/scala.github.com/contributors)

What follows are the commit totals, to the 2.11.x branch of the scala/scala repo only,
for last month. (For a commit to be counted, it must have been both committed and merged
in the same month.)

For more a detailed view of recent activity, see the repo's
[GitHub Pulse page](https://github.com/scala/scala/pulse/monthly).

{% for data in site.categories.scala-fame-data limit:1 %}
{% assign famedata = data %}
{% include render-scala-fame.html %}
Expand Down