Bug reports and pull requests are welcome on GitHub at https://github.com/snap-diff/snap_diff-capybara. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Run the tests before committing using Rake
rake
Before merging to master
,
please have a member of the project review your changes,
and make sure the tests are green.
To release a new version, update the version number in lib/capybara/screenshot/diff/version.rb, and then run
bundle exec rake release
which will create a git tag for the version, push git commits and tags, and
push the .gem
file to rubygems.org.
Then go to https://github.com/snap-diff/snap_diff-capybara/releases and create a new release for the new tag.