Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 705 Bytes

CONTRIBUTING.markdown

File metadata and controls

14 lines (13 loc) · 705 Bytes

Contributing

  • Create topic/feature branch: git checkout -b awesome-changes
  • Commit…
  • Add an entry at the top (after ## unreleased) of ChangeLog, 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