Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 373 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (9 loc) · 373 Bytes

Contributors Guide

  • Fork minio-java.
  • Create your feature branch ($ git checkout -b my-new-feature).
  • Hack, hack, hack...
  • Commit your changes ($ git commit -am 'Add some feature').
  • Do test build ($ ./gradlew build).
  • Do functional test ($ ./gradlew runFunctionalTest).
  • Push to the branch ($ git push origin my-new-feature).
  • Create new Pull Request.