Files
create/src/3rdParty/libE57Format/CONTRIBUTING.md
Benjamin Alterauge ab315f05ef Add the libE57Format to 3rdParty
The library supports the E57 file format. Source code is clone from the fork https://github.com/asmaloney/libE57Format. The licenses are BSL-1.0 and MIT.
2021-12-15 22:14:57 +01:00

1.0 KiB

How To Contribute

Code Changes

I am happy to review any pull requests. Please keep them as short as possible. Each pull request should be atomic and only address one issue. This helps with the review process.

Formatting

This project uses clang-format to format the code. There is a cmake target (format) - which runs clang-format on the source files. After changes have been made, and before you submit your pull request, please run the following:

cmake --build . --target format

Documentation

The documentation is a bit old and could use some lovin'. You can submit changes over in the libE57Format-docs repository.

Financial

If you would like to support the project financially, you can use the Sponsor button at the top of the libE57Format repository page.