Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

File metadata and controls

18 lines (15 loc) · 352 Bytes

Contributing

Fork and clone the repository:

git clone git@github.com:your-username/mime.git

Make changes and run Maven tests:

mvn clean verify

Make sure code style is OK:

mvn checkstyle:check

If build command completed without errors push changes to your fork and create a pull request, I'll review it as soon as possible.