contact_government

https://github.com/narmadainfosys/contact_government

Ruby

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

PoliticiansController#new

GET /politicians/new

Source | Google | Stack overflow

Edit

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

cd contact_government

open app/controllers/politicians_controller.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-PoliticiansController-new-for-pr


# Commit to git

git add app/controllers/politicians_controller.rbgit commit -m "better docs for PoliticiansController#new"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-PoliticiansController-new-for-pr

hub pull-request


# Celebrate!