Sha256: cf30a0af1f1332dceb9e1d85cf007117a8bdd4542df12bda29f973370aae5627

Contents?: true

Size: 705 Bytes

Versions: 5

Compression:

Stored size: 705 Bytes

Contents

# Contributing

* Create topic/feature branch: `git checkout -b awesome-changes`
* Commit…
* Add an entry at the top (after ## unreleased) of [ChangeLog](CHANGELOG.markdown), include:
  * Issues (`[#123](https://github.com/toy/image_optim/issues/123)`)
  * Pull requests (`[#123](https://github.com/toy/image_optim/pull/123)`)
  * Authors (`[@octocat](https://github.com/octocat)`)
* 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 [github actions workflow is happy](https://github.com/toy/image_optim_pack/actions/workflows/check.yml)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
image_optim-0.31.4 CONTRIBUTING.markdown
image_optim-0.31.3 CONTRIBUTING.markdown
image_optim-0.31.2 CONTRIBUTING.markdown
image_optim-0.31.1 CONTRIBUTING.markdown
image_optim-0.31.0 CONTRIBUTING.markdown