solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
AddVatIdEmailAndReverseChargeStatusToAddresses#change
No Docs, write some!
Edit
git clone git@github.com:solidusio/solidus.git
cd solidus
open core/db/migrate/20250225051308_add_vat_id_email_and_reverse_charge_status_to_addresses.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AddVatIdEmailAndReverseChargeStatusToAddresses-change-for-pr
# Commit to gitgit add core/db/migrate/20250225051308_add_vat_id_email_and_reverse_charge_status_to_addresses.rbgit commit -m "better docs for AddVatIdEmailAndReverseChargeStatusToAddresses#change"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AddVatIdEmailAndReverseChargeStatusToAddresses-change-for-pr
hub pull-request
# Celebrate!