octobox
https://github.com/octobox/octobox
Ruby
📮Untangle your GitHub Notifications
Budgets::InvestmentsController#set_default_investment_filter
No Docs, write some!
Edit
git clone git@github.com:octobox/octobox.git
cd octobox
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Budgets--InvestmentsController-set_default_investment_filter-for-pr
# Commit to gitgit add git commit -m "better docs for Budgets::InvestmentsController#set_default_investment_filter"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Budgets--InvestmentsController-set_default_investment_filter-for-pr
hub pull-request
# Celebrate!