Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 721 Bytes

File metadata and controls

38 lines (25 loc) · 721 Bytes

Contributing

We love pull requests from everyone.

Fork, then clone the repo:

git clone git@github.com:your-username/allure-ruby.git

Install dependencies and setup rubocop git precommit hook (project requires ruby version 2.5):

bundle install
bundle exec lefthook install -f

Make your change. Add tests for your change. Make sure all the tests pass:

bundle exec rake

To test changes locally, bump version and build gems

bundle exec rake build

All gems will be built in pkg folder

Install gem with

gem install pkg/allure-cucumber-${ALLURE_VERSION}.gem

After everything is tested, push your fork and submit a pull request.