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