contact_government

https://github.com/narmadainfosys/contact_government

Ruby

Contact Government through SMS, Missed Calls, Emails, Tweets.

AddDeviseToUsers.down

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:narmadainfosys/contact_government.git

cd contact_government

open db/migrate/20160325081125_add_devise_to_users.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-AddDeviseToUsers-down-for-pr


# Commit to git

git add db/migrate/20160325081125_add_devise_to_users.rbgit commit -m "better docs for AddDeviseToUsers.down"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-AddDeviseToUsers-down-for-pr

hub pull-request


# Celebrate!