growstuff
https://github.com/growstuff/growstuff
Ruby
Open data project for small-scale food growers
GardenCollaboratorsController#new
No Docs, write some!
Edit
git clone [email protected]:growstuff/growstuff.git
cd growstuff
open app/controllers/garden_collaborators_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-GardenCollaboratorsController-new-for-pr
# Commit to gitgit add app/controllers/garden_collaborators_controller.rbgit commit -m "better docs for GardenCollaboratorsController#new"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-GardenCollaboratorsController-new-for-pr
hub pull-request
# Celebrate!