.. _contribute: 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.