exercism.io
https://github.com/exercism/exercism.io
Ruby
Quickly ramp up in new programming languages.
ExercismWeb::Helpers::NotificationByLanguage#notification_by_language
rubocop:disable Metrics/AbcSize
Edit
git clone [email protected]:exercism/exercism.io.git
cd exercism.io
open app/helpers/notification_by_language.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ExercismWeb--Helpers--NotificationByLanguage-notification_by_language-for-pr
# Commit to gitgit add app/helpers/notification_by_language.rbgit commit -m "better docs for ExercismWeb::Helpers::NotificationByLanguage#notification_by_language"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ExercismWeb--Helpers--NotificationByLanguage-notification_by_language-for-pr
hub pull-request
# Celebrate!