exercism.io

https://github.com/exercism/exercism.io

Ruby

Quickly ramp up in new programming languages.

ExercismWeb::Presenters::Inbox#has_team_membership_invites?

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:exercism/exercism.io.git

cd exercism.io

open app/presenters/inbox.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ExercismWeb--Presenters--Inbox-has_team_membership_invites--for-pr


# Commit to git

git add app/presenters/inbox.rbgit commit -m "better docs for ExercismWeb::Presenters::Inbox#has_team_membership_invites?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ExercismWeb--Presenters--Inbox-has_team_membership_invites--for-pr

hub pull-request


# Celebrate!