jazzify

https://github.com/seanlf/jazzify

Ruby

Modernizing volunteer applications to the Ottawa Jazz Festival. Jazzify v2 has taken over!

AddUpdatedByToUserInformations#change

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:seanlf/jazzify.git

cd jazzify

open db/migrate/20150218230525_add_updated_by_to_user_informations.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-AddUpdatedByToUserInformations-change-for-pr


# Commit to git

git add db/migrate/20150218230525_add_updated_by_to_user_informations.rbgit commit -m "better docs for AddUpdatedByToUserInformations#change"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-AddUpdatedByToUserInformations-change-for-pr

hub pull-request


# Celebrate!