forem

https://github.com/forem/forem

Ruby

For empowering community 🌱

ComplimentsController#index

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:forem/forem.git

cd forem

open vendor/cache/cypress-rails-3b89de0823ce/example/app/controllers/compliments_controller.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ComplimentsController-index-for-pr


# Commit to git

git add vendor/cache/cypress-rails-3b89de0823ce/example/app/controllers/compliments_controller.rbgit commit -m "better docs for ComplimentsController#index"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-ComplimentsController-index-for-pr

hub pull-request


# Celebrate!