Sha256: bafbf06bdac49c0d146d3a0f81a666bd92d4f322506725cacf5f5ede8524b40d
Contents?: true
Size: 862 Bytes
Versions: 2
Compression:
Stored size: 862 Bytes
Contents
# Contributing In the spirit of [free software][1], **everyone** is encouraged to help improve this project. Here are some ways *you* can contribute: * by using prerelease versions * by reporting [bugs][2] * by suggesting new features * 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][2] * 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/dummy` * Make your changes * Ensure specs pass by running `bundle exec rspec spec` * Submit your pull request [1]: http://www.fsf.org/licensing/essays/free-sw.html [2]: https://github.com/spark-solutions/spree_braintree_vzero/issues
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_braintree_vzero-3.6.0 | CONTRIBUTING.md |
spree_braintree_vzero-3.5.1 | CONTRIBUTING.md |