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