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