- DO create one pull request per improvement.
- DO follow the Coding and Style guidelines, and keep code changes as small as possible.
- DO link the issue you are addressing in the pull request.
- DO write a good description for your pull request. More detail is better.
- DO NOT merge multiple changes into one PR unless they have the same root cause.
- DO NOT merge directly into the master branch.
Run clang-format
Use the following commands from the project's root directory to run clang-format (must be installed on the host system).
Run the CMake target for clang-format
:
cmake --build build --target clang-format