Skip to content

Commit 390fffe

Browse files
committed
Merge pull request #353 from SethTisue/hall-of-fame-tweak
tweak Hall of Fame page
2 parents 8a67ca9 + 0fe73e9 commit 390fffe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

contribute/scala-fame.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ layout: page-full-width
33
title: Scala Contributor Hall of Fame
44
---
55

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

10+
What follows are the commit totals, to the 2.11.x branch of the scala/scala repo only,
11+
for last month. (For a commit to be counted, it must have been both committed and merged
12+
in the same month.)
13+
14+
For more a detailed view of recent activity, see the repo's
15+
[GitHub Pulse page](https://github.com/scala/scala/pulse/monthly).
16+
1017
{% for data in site.categories.scala-fame-data limit:1 %}
1118
{% assign famedata = data %}
1219
{% include render-scala-fame.html %}

0 commit comments

Comments
 (0)