solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Project.bundle_check
Check if current bundle is already usable
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open build-ci.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Project-bundle_check-for-pr
# Commit to gitgit add build-ci.rbgit commit -m "better docs for Project.bundle_check"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Project-bundle_check-for-pr
hub pull-request
# Celebrate!