We love pull requests from everyone.
Fork, then clone the repo:
git clone git@github.com:your-username/allure-ruby.gitInstall dependencies and setup rubocop git precommit hook (project requires ruby version 2.5):
bundle install
bundle exec lefthook install -fMake your change. Add tests for your change. Make sure all the tests pass:
bundle exec rakeTo test changes locally, bump version and build gems
bundle exec rake buildAll gems will be built in pkg folder
Install gem with
gem install pkg/allure-cucumber-${ALLURE_VERSION}.gemAfter everything is tested, push your fork and submit a pull request.