exercism.io
https://github.com/exercism/exercism.io
Ruby
Quickly ramp up in new programming languages.
ParticipationStats#review_lengths_by_period
{period_name => [12, 251, 40, ... length of each comment's body]}Edit
git clone [email protected]:exercism/exercism.io.git
cd exercism.io
open lib/exercism/participation_stats.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ParticipationStats-review_lengths_by_period-for-pr
# Commit to gitgit add lib/exercism/participation_stats.rbgit commit -m "better docs for ParticipationStats#review_lengths_by_period"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ParticipationStats-review_lengths_by_period-for-pr
hub pull-request
# Celebrate!