Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 757 Bytes

Setup your minio-ruby Github Repository

Fork minio-ruby upstream source repository to your own personal repository.

$ git clone https://github.com/$USER_ID/minio-ruby
$ cd minio-ruby
$ bundle install
$ bundle exec rake test
...

Developer Guidelines

minio-ruby welcomes your contribution. To make the process as seamless as possible, we ask for the following:

  • Go ahead and fork the project and make your changes. We encourage pull requests to discuss code changes.
    • Fork it
    • Create your feature branch (git checkout -b my-new-feature)
    • Commit your changes (git commit -am 'Add some feature')
    • Push to the branch (git push origin my-new-feature)
    • Create new Pull Request