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