exercism.io
https://github.com/exercism/exercism.io
Ruby
Quickly ramp up in new programming languages.
ExercismWeb::Helpers::NotificationCount#notification_count
rubocop:disable Metrics/AbcSize
Edit
git clone [email protected]:exercism/exercism.io.git
cd exercism.io
open app/helpers/notification_count.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ExercismWeb--Helpers--NotificationCount-notification_count-for-pr
# Commit to gitgit add app/helpers/notification_count.rbgit commit -m "better docs for ExercismWeb::Helpers::NotificationCount#notification_count"
# 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--NotificationCount-notification_count-for-pr
hub pull-request
# Celebrate!