openfoodnetwork
https://github.com/openfoodfoundation/openfoodnetwork
Ruby
Connect suppliers, distributors and consumers to trade local produce.
AddIndexOnShippingMethodsTaxCategory#change
No Docs, write some!
Edit
git clone [email protected]:openfoodfoundation/openfoodnetwork.git
cd openfoodnetwork
open db/migrate/20210329123820_add_index_on_shipping_methods_tax_category.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AddIndexOnShippingMethodsTaxCategory-change-for-pr
# Commit to gitgit add db/migrate/20210329123820_add_index_on_shipping_methods_tax_category.rbgit commit -m "better docs for AddIndexOnShippingMethodsTaxCategory#change"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AddIndexOnShippingMethodsTaxCategory-change-for-pr
hub pull-request
# Celebrate!