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