Sha256: 792599ac6ca9d5c1beeaca852c888d00bc8768dbbcd05160b785c6b9641ecbeb
Contents?: true
Size: 853 Bytes
Versions: 16
Compression:
Stored size: 853 Bytes
Contents
# Contributing to ActiveShipping We love receiving pull requests! Anything from new carriers to documentation fixes. ## Standards * PR should explain what the feature does, and why the change exists. * PR should include any carrier specific documentation explaining how it works. * Code _must_ be tested, including both unit and remote tests where applicable. * Be consistent. Write clean code that follows [Ruby community standards](https://github.com/bbatsov/ruby-style-guide). * Code should be generic and reusable. If you're stuck, ask questions! ## How to contribute 1. Fork it ( https://github.com/Shopify/active_shipping/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
16 entries across 16 versions & 1 rubygems