Sha256: 1b4700a7b0ddc4d4c4a4af97a5fabdce5fb227565596199610b2e001f62e6142
Contents?: true
Size: 941 Bytes
Versions: 4
Compression:
Stored size: 941 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 [translations][3] * 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/test_app` * 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/futhr/spree-faq/issues [3]: https://github.com/futhr/spree-faq/blob/master/config/locales
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spree-faq-2.4.0 | CONTRIBUTING.md |
spree-faq-2.3.0 | CONTRIBUTING.md |
spree-faq-2.2.1 | CONTRIBUTING.md |
spree-faq-2.0.1 | CONTRIBUTING.md |