jazzify

https://github.com/seanlf/jazzify

Ruby

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

ChangeChoiceVolunteerPositionIdColumnTypes#change

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd jazzify

open db/migrate/20150305201101_change_choice_volunteer_position_id_column_types.rb

Contribute

# Make a new branch

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


# Commit to git

git add db/migrate/20150305201101_change_choice_volunteer_position_id_column_types.rbgit commit -m "better docs for ChangeChoiceVolunteerPositionIdColumnTypes#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-ChangeChoiceVolunteerPositionIdColumnTypes-change-for-pr

hub pull-request


# Celebrate!