spree
https://github.com/spree/spree
Ruby
Spree is a complete, modular & API-driven open source ecommerce solution for Ruby on Rails
AddWeightAndDimensionUnitsToSpreeVariants#change
No Docs, write some!
Edit
git clone [email protected]:spree/spree.git
cd spree
open core/db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AddWeightAndDimensionUnitsToSpreeVariants-change-for-pr
# Commit to gitgit add core/db/migrate/20240514105216_add_weight_and_dimension_units_to_spree_variants.rbgit commit -m "better docs for AddWeightAndDimensionUnitsToSpreeVariants#change"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AddWeightAndDimensionUnitsToSpreeVariants-change-for-pr
hub pull-request
# Celebrate!