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