Contributing

This is free and open source software, and contributions are welcome.

Bugs and Error Reports

If you spot an error in the code, please open an issue in the dcEmb repository.

Making Contributions

If you have a contribution of your own to make to the code, please open a pull request. Don’t forget to link a pull request to an issue if you are solving one. We may ask you to make changes before we merge your pull request.

Style Guide

This project follows Google’s C++ style guide. We provide a .clang-format file within the root directory, which can be used to automatically format your code to comply with these guidelines.