consul
https://github.com/consul/consul
Ruby
Consul - Open Government and E-Participation Web Software
FlagActions#unflag
No Docs, write some!
Edit
git clone [email protected]:consul/consul.git
cd consul
open app/controllers/concerns/flag_actions.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-FlagActions-unflag-for-pr
# Commit to gitgit add app/controllers/concerns/flag_actions.rbgit commit -m "better docs for FlagActions#unflag"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-FlagActions-unflag-for-pr
hub pull-request
# Celebrate!