Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 440 Bytes

Contributors Guide

minio-extensions welcomes your contribution. Below steps can be followed to create a pull request.

  • Fork this minio-extensions repository into your account.
  • Create a feature branch in your fork ($ git checkout -b my-new-feature).
  • Commit your changes ($ git commit -am 'Add some feature').
  • Push the feature branch into your fork ($ git push origin -u my-new-feature).
  • Create new pull request to master branch.