Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.87 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.87 KB

Spree Email to Friend

Build Status Dependency Status Coverage Status

The Spree Email to Friend extension enables you to send the product reference to your friend via email.

Installation

  1. Add to your Gemfile
gem 'spree_email_to_friend', github: 'futhr/spree_email_to_friend', branch: '2-0-stable'
  1. Run bundle install

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by writing translations
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by resolving issues
  • by reviewing patches

Starting point:

  • Fork the repo
  • Clone your repo
  • Run bundle install
  • Run bundle exec rake test_app to create the test application in spec/test_app
  • Make your changes and follow this Style Guide
  • Ensure specs pass by running bundle exec rspec spec
  • Submit your pull request

Copyright (c) 2013 Jorge Calás Lozano, Roman Smirnov, Trung Lê, released under the New BSD License