growstuff

https://github.com/growstuff/growstuff

Ruby

Open data project for small-scale food growers

AddIndexToCropsPublicFoodKey#change

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:growstuff/growstuff.git

cd growstuff

open db/migrate/20251201045000_add_index_to_crops_public_food_key.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-AddIndexToCropsPublicFoodKey-change-for-pr


# Commit to git

git add db/migrate/20251201045000_add_index_to_crops_public_food_key.rbgit commit -m "better docs for AddIndexToCropsPublicFoodKey#change"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-AddIndexToCropsPublicFoodKey-change-for-pr

hub pull-request


# Celebrate!