mirror of https://github.com/minio/minio.git
1.4 KiB
1.4 KiB
Description
Motivation and Context
How Has This Been Tested?
Types of changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I have added unit tests to cover my changes.
- I have added/updated functional tests in mint. (If yes, add
mint
PR # here: ) - All new and existing tests passed.