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