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