- 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
- use ruby version: 2.6
- install dependencies:
bundle install
- make sure the test passed:
bundle exec rspec