This guide covers all the necessary steps to contributing to Spree source code. We’re happy you’re here!
Spree
keyword, eg. Spree::Product
. This means that those files are also located in spree
sub-directories eg. app/models/spree/product.rb.
fix/order-recalculation-total-bug
feature/my-new-amazing-feature
brew services info redis
to check if Redis is running. If it is not running, start Redis with brew services start redis
.
Fixes #<number or url of the issue>
in the commit name or PR title/description. This will automatically mark that issue as closed when your PR will be merged.
vips -v
, and if it is not installed, follow installation instructions here.