Contributing
July 9, 2021 · View on GitHub
- 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))
- Issues (
- 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