Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 467 Bytes

Contributing Guide

Gem Version

Workflow

  • fork the repository and setup the environment
  • create a new branch: feature/xxx, fix/xxx
  • commit codes and tests to finish the feature or bug fix
  • push to remote and create a pull request

Environment setup

  • use ruby version: 2.6
  • install dependencies: bundle install
  • make sure the test passed: bundle exec rspec