Sha256: debc22a960caedda98b94e55fa7f0f9f49690e127434d6f86848d079cf1eb447
Contents?: true
Size: 439 Bytes
Versions: 18
Compression:
Stored size: 439 Bytes
Contents
# Contributing * Create topic/feature branch: `git checkout -b awesome-changes` * Commit… * Add entry at the top of [ChangeLog](CHANGELOG.markdown) * Run tests: `bundle exec rspec` * Check code style: `bundle exec rubocop` * Rebase on master and squash commits to logical units * Push your branch: `git push origin awesome-changes` * Create pull request * Check if [travis is happy](https://travis-ci.org/toy/image_optim/pull_requests)
Version data entries
18 entries across 18 versions & 2 rubygems