exercism.io
https://github.com/exercism/exercism.io
Ruby
Quickly ramp up in new programming languages.
RenameFiveADayCountsToDailyCounts#down
No Docs, write some!
Edit
git clone [email protected]:exercism/exercism.io.git
cd exercism.io
open db/migrate/201601011956_rename_five_a_day_counts_to_daily_counts.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RenameFiveADayCountsToDailyCounts-down-for-pr
# Commit to gitgit add db/migrate/201601011956_rename_five_a_day_counts_to_daily_counts.rbgit commit -m "better docs for RenameFiveADayCountsToDailyCounts#down"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RenameFiveADayCountsToDailyCounts-down-for-pr
hub pull-request
# Celebrate!