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