Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 356 Bytes

Contributing

First off, thanks for taking the time to contribute! Feel free to make Pull Request with you changes.

Requirements

Go >= 1.11 Ruby >= 2.x

Proccess

  1. Fork repo
  2. git clone <forked_repo>
  3. run commands:
go build
bundle install
  1. Make changes
  2. Test it
bundle exec rspec spec/
  1. Push your changes in repo